Merge pull request #298520 from r-ryantm/auto-update/python311Packages.jc

python311Packages.jc: 1.25.1 -> 1.25.2
This commit is contained in:
Atemu 2024-03-24 06:33:09 +00:00 committed by GitHub
commit 54808d9fd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "jc";
version = "1.25.1";
version = "1.25.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "kellyjonbrazil";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-A9bmnamoRwDG/HFDjdBvnfGB+XqpAdLVnHeHtSf07zg=";
hash = "sha256-SDZ92m4TVH5/ldGkVZspzIrR0G1vHOv1OvAOSaWYkZ0=";
};
propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];