python312Packages.jc: 1.25.3 -> 1.25.4 (#359327)

This commit is contained in:
Atemu 2024-11-26 20:26:35 +01:00 committed by GitHub
commit 94972e9595
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "jc";
version = "1.25.3";
version = "1.25.4";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "kellyjonbrazil";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-yp5533CzqJ++G6nHip1281ZkB4JyfLb3inR9BwDkxSs=";
hash = "sha256-9006FoIGUpmb+tC2d6jLsYpKUPM5OEXxK1ztAREwZ1E=";
};
propagatedBuildInputs = [