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

python310Packages.jc: 1.23.2 -> 1.23.3
This commit is contained in:
Atemu 2023-06-23 22:20:02 +02:00 committed by GitHub
commit 0ec28ceedf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "jc";
version = "1.23.2";
version = "1.23.3";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-nj7HyYjo5jDnA+H5/er/GPgC/bUR0UYBqu5zOSDA4p0=";
hash = "sha256-feD/8GLkewfVwtGRZs8YaWnb96bFICpcH6nkJmCmPgs=";
};
propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];