mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
python: zc.lockfile: 1.4 -> 2.0
This commit is contained in:
parent
9b75b9f2c6
commit
13cc2de15f
|
@ -7,11 +7,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "zc.lockfile";
|
||||
version = "1.4";
|
||||
version = "2.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0lrj2zdr06sff7i151710jbbnnhx4phdc0qpns8jkarpd62f7a4m";
|
||||
sha256 = "307ad78227e48be260e64896ec8886edc7eae22d8ec53e4d528ab5537a83203b";
|
||||
};
|
||||
|
||||
buildInputs = [ mock ];
|
||||
|
|
Loading…
Reference in a new issue