Skip to content

Commit 94972e9

Browse files
authored
python312Packages.jc: 1.25.3 -> 1.25.4 (#359327)
2 parents 09913b8 + afa7cf9 commit 94972e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/jc/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
buildPythonPackage rec {
1616
pname = "jc";
17-
version = "1.25.3";
17+
version = "1.25.4";
1818
format = "setuptools";
1919
disabled = pythonOlder "3.6";
2020

2121
src = fetchFromGitHub {
2222
owner = "kellyjonbrazil";
2323
repo = pname;
2424
rev = "refs/tags/v${version}";
25-
hash = "sha256-yp5533CzqJ++G6nHip1281ZkB4JyfLb3inR9BwDkxSs=";
25+
hash = "sha256-9006FoIGUpmb+tC2d6jLsYpKUPM5OEXxK1ztAREwZ1E=";
2626
};
2727

2828
propagatedBuildInputs = [

0 commit comments

Comments
 (0)