python37Packages.zc_lockfile: 1.3.0 -> 1.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-zc.lockfile/versions
This commit is contained in:
R. RyanTM 2018-12-24 10:34:18 -08:00 committed by worldofpeace
parent d6805baded
commit 24571cded5

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "zc.lockfile";
version = "1.3.0";
version = "1.4";
src = fetchPypi {
inherit pname version;
sha256 = "96cb13769e042988ea25d23d44cf09342ea0f887083d0f9736968f3617665853";
sha256 = "0lrj2zdr06sff7i151710jbbnnhx4phdc0qpns8jkarpd62f7a4m";
};
buildInputs = [ mock ];