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

chirp: 0.4.0-unstable-2025-06-03 -> 0.4.0-unstable-2025-06-19 (#418698)

parents 73edd0b0 a0866156
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-03";
  version = "0.4.0-unstable-2025-06-19";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kk7ds";
    repo = "chirp";
    rev = "c61c1e464d7f7cbc74beb118e27b10d40a2aa9e0";
    hash = "sha256-7OFLUrwdSGYvShjSRIOiecNjkvCx2vBhV33aQVtGNYI=";
    rev = "e669e01f3e23c4f03e5e9499dbafae0095339047";
    hash = "sha256-ilyCq9qdvLVk6Gpgs79WjyfXHBROI9W4A4HqxNjsYko=";
  };

  nativeBuildInputs = [