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

jc: 1.14.3 -> 1.14.4
This commit is contained in:
Mario Rodas 2021-03-10 21:57:21 -05:00 committed by GitHub
commit 8ae612fffe
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.14.3";
version = "1.14.4";
disabled = isPy27;
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = "jc";
rev = "v${version}";
sha256 = "sha256-6ofw74onFECJYYSuZlOVcNVAVuJaJKV4pkaJ4cTrvPk=";
sha256 = "sha256-RJiJByORpdMWZkA7q7A+WoV4S/UcOP/VZ5TVxFMLYSg=";
};
propagatedBuildInputs = [ ruamel_yaml xmltodict pygments ];