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

chirp: 0.4.0-unstable-2026-04-18 -> 0.4.0-unstable-2026-04-30 (#515779)

parents 4306abb3 493f54e6
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-2026-04-18";
  version = "0.4.0-unstable-2026-04-30";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kk7ds";
    repo = "chirp";
    rev = "e7347e6a66ef8f9edb50e3e534510c2d3ae6b329";
    hash = "sha256-TK+lwoEoETcpVe0Xfevg3GUKPQlSKXof+gfmAs6R27Q=";
    rev = "68546632f7dd949a8861c3cc3358de9747a70ef2";
    hash = "sha256-TOV1jks2HFw0OqKgtD67WLtimBRtxMWNG3hSnYszldA=";
  };

  nativeBuildInputs = [