Skip to content

Commit f78716e

Browse files
chirp: 0.4.0-unstable-2024-12-17 -> 0.4.0-unstable-2024-12-26 (#370057)
2 parents 80beb7a + f6d3c5c commit f78716e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ch/chirp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
python3Packages.buildPythonApplication {
1313
pname = "chirp";
14-
version = "0.4.0-unstable-2024-12-17";
14+
version = "0.4.0-unstable-2024-12-26";
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "kk7ds";
1919
repo = "chirp";
20-
rev = "605037deb68994bbb3114c2a35db7a7a7e4755a6";
21-
hash = "sha256-5AwoXX5Qa4ROjt5wSdcElLJ7ZVguKK3urn0ygVDJiGQ=";
20+
rev = "43449629fb3c2ae0b71e8b7cb7d49e8e97a00c64";
21+
hash = "sha256-zn9pInfJ/QbwgvBqkqzdW7txVGZVU1EPDo4I4ZQDdLY=";
2222
};
2323

2424
nativeBuildInputs = [

0 commit comments

Comments
 (0)