Merge pull request #265864 from r-ryantm/auto-update/python310Packages.jc

python310Packages.jc: 1.23.5 -> 1.23.6
This commit is contained in:
OTABI Tomoya 2023-11-08 00:34:31 +09:00 committed by GitHub
commit 0f2df4b9ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "jc";
version = "1.23.5";
version = "1.23.6";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-lIIUJL9NOtDpPQeuFi9xvFG0fPzYYEBv40s7Q+JSmN8=";
hash = "sha256-vAPWMv5vYFl45ZTl+p4HHAXeZ/10VSvubKINoyGPRq4=";
};
propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];