python27Packages.j2cli: 0.3.7 -> 0.3.8

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-j2cli/versions
This commit is contained in:
R. RyanTM 2019-05-12 07:05:08 -07:00 committed by Frederik Rietdijk
parent 5c36a8d556
commit e9b7e01828

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "j2cli";
version = "0.3.7";
version = "0.3.8";
disabled = isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "a7b0bdb02a3afb6d2eff40228b2216306332ace4341372310dafd15f938e1afa";
sha256 = "1f1a5fzap4ji5l7x8bprrgcpy1071lpa9g5h8jz7iqzgqynkaygi";
};
buildInputs = [ nose ];