Merge pull request #223105 from Atemu/update/jc

jc: 1.23.0 -> 1.23.1
This commit is contained in:
figsoda 2023-03-25 16:57:35 -04:00 committed by GitHub
commit 7d1420d5a9
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.0";
version = "1.23.1";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-0ZKdySzRHHtDWvSrQ0qJTggu48TyCBVrtEZZkM8HqNQ=";
hash = "sha256-3AH/NKYMACNuS0I2RsyU+L5Vksdv9H/q3aV1US64rk0=";
};
propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];