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

chirp: 0.4.0-unstable-2025-10-23 -> 0.4.0-unstable-2025-10-30 (#458006)

parents 9e886f0e aa42b52e
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-10-23";
  version = "0.4.0-unstable-2025-10-30";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kk7ds";
    repo = "chirp";
    rev = "8116c3782a6b6b7112cc372f0b423853d3645f5a";
    hash = "sha256-64QKsdNL5HcjYHMH1H03Nm5PqH5ypkpeX9uqN2GdnuI=";
    rev = "a3b973cceb46e431423b3599fb365668958963d5";
    hash = "sha256-z68yLImyB7MvCd/+ZNiqZjFtXk6+fZ2uJPj5GUJZg8M=";
  };

  nativeBuildInputs = [