Merge pull request #139596 from r-ryantm/auto-update/jc

jc: 1.16.2 -> 1.17.0
This commit is contained in:
Bobby Rong 2021-09-28 19:06:40 +08:00 committed by GitHub
commit 72885de691
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.16.2";
version = "1.17.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QTisaO0LNjZ+dltHCqyWDQDNCGTqc8woMSwqsoyfhbk=";
sha256 = "sha256-8GTRBoZuA/fsfVxCBpvNefWHuWLvN/L/BT31OFpslxA=";
};
propagatedBuildInputs = [ ruamel_yaml xmltodict pygments ];