Skip to content

Commit 62cbf13

Browse files
chirp: 0.4.0-unstable-2025-08-19 -> 0.4.0-unstable-2025-08-31 (#439558)
2 parents 3f4f3bc + 7511ac1 commit 62cbf13

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-2025-08-19";
14+
version = "0.4.0-unstable-2025-08-31";
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "kk7ds";
1919
repo = "chirp";
20-
rev = "0705a4c61e11f952ef1bcdb282f22a74dc72782f";
21-
hash = "sha256-gUiSuulthiEC94SuXfGzuDDrf2dYTsJLsAjtjAsTIPY=";
20+
rev = "906d7ec8b2e09f53710e1ef9616d58f8270841e2";
21+
hash = "sha256-lsB8m9qn+pJp8tBekOo2DnQQrjF5P+NizdWaj0HaYPU=";
2222
};
2323

2424
nativeBuildInputs = [

0 commit comments

Comments
 (0)