Skip to content

Commit ce85219

Browse files
chirp: 0.4.0-unstable-2026-01-22 -> 0.4.0-unstable-2026-02-01 (#486208)
2 parents af8996d + d1c0c99 commit ce85219

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

1717
src = fetchFromGitHub {
1818
owner = "kk7ds";
1919
repo = "chirp";
20-
rev = "77a0299172e271fe62393f870d61f2033f201ca2";
21-
hash = "sha256-4V7nFW4KhfxOFvjQllcE6YHNuUDiYDFvBrlZk5r5tUQ=";
20+
rev = "52a3a4be4035fac1bec56ee6f20ae50ea15f8c31";
21+
hash = "sha256-HrLOo9duWDOxoranH2fo9KVs3OIV0oHDvzEcWdwthTs=";
2222
};
2323

2424
nativeBuildInputs = [

0 commit comments

Comments
 (0)