Unverified Commit 8cd49c62 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

chirp: 0.4.0-unstable-2025-01-22 -> 0.4.0-unstable-2025-02-05 (#379954)

parents 44f5ad13 c3a99e2d
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-01-22";
  version = "0.4.0-unstable-2025-02-05";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kk7ds";
    repo = "chirp";
    rev = "470a8a0a5c5a878a72233339998f2e527dd32ff2";
    hash = "sha256-H5N4YahSoMeKC+j6D6xj0MrZFUqcupvuqnahKhrq+sU=";
    rev = "3082a03e3eb41a77a4763c75bc6f87dec3209555";
    hash = "sha256-/aOmed/1Po+RIjDHubZwtPTWJbxP6IU6IVOwOPDdthU=";
  };

  nativeBuildInputs = [