Commit 7099f411 authored by R. RyanTM's avatar R. RyanTM
Browse files

chirp: 0.4.0-unstable-2025-06-26 -> 0.4.0-unstable-2025-07-03

parent 52809155
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

python3Packages.buildPythonApplication {
  pname = "chirp";
  version = "0.4.0-unstable-2025-06-26";
  version = "0.4.0-unstable-2025-07-03";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kk7ds";
    repo = "chirp";
    rev = "a9932a43c22f489951335e194b2b2b9b97028b44";
    hash = "sha256-ckC0KYk+Ezr8ftWutbvBWNicJldY4OzRyN+kno8Z2Fw=";
    rev = "1f2beb0c7cfa53340a7f38c03d4c8f99bf052643";
    hash = "sha256-WGhS4VUeRwi/iBG2ZVXNyKEng9V6qOoI51Ak8PYljJk=";
  };

  nativeBuildInputs = [