1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #156269 from r-ryantm/auto-update/python3.9-jc

python39Packages.jc: 1.17.6 -> 1.18.1
This commit is contained in:
Robert Scott 2022-01-23 13:25:07 +00:00 committed by GitHub
commit b5420031c5
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.17.6";
version = "1.18.1";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = pname;
rev = "v${version}";
sha256 = "sha256-JWipvhMsVI/AX7Pj4iHJh5GIgfwGLc7s1hZZJnsYGIw=";
sha256 = "0xzx32fnm39w916z8wm387ry480rbf7n9qppc18bjdv4jjwgf2rw";
};
propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];