Skip to content

Commit 38eed28

Browse files
authored
chirp: 0.4.0-unstable-2025-01-12 -> 0.4.0-unstable-2025-01-22 (#376949)
2 parents 2e3445f + 81334b7 commit 38eed28

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-01-12";
14+
version = "0.4.0-unstable-2025-01-22";
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "kk7ds";
1919
repo = "chirp";
20-
rev = "fc94f14823f3257961c4d0e144083fe6f397ad55";
21-
hash = "sha256-J1Hhz6M1VhfIttz9lJnPNQsOJbzKBrb6Yz154oh3moo=";
20+
rev = "470a8a0a5c5a878a72233339998f2e527dd32ff2";
21+
hash = "sha256-H5N4YahSoMeKC+j6D6xj0MrZFUqcupvuqnahKhrq+sU=";
2222
};
2323

2424
nativeBuildInputs = [

0 commit comments

Comments
 (0)