Skip to content

Commit

Permalink
jc: 1.7.5 -> 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Atemu authored and Jon committed Mar 18, 2020
1 parent bd15dfa commit 4da3077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/jc/default.nix
Expand Up @@ -9,12 +9,12 @@

buildPythonPackage rec {
pname = "jc";
version = "1.7.5";
version = "1.9.2";
disabled = isPy27;

src = fetchPypi {
inherit pname version;
sha256 = "16ndzvyvx4s3b6cnhxbd5fs3fkc3fwygz7qzaw7ws76sag1zpx67";
sha256 = "1zn6skiv5nm7g8cs86n152ni79ck538bwdjynlh8n2k9dvfd5i8l";
};

propagatedBuildInputs = [ ruamel_yaml ifconfig-parser xmltodict ];
Expand Down

0 comments on commit 4da3077

Please sign in to comment.