python3Packages.zc-lockfile: 3.0 -> 3.0.post1

This commit is contained in:
Martin Weinelt
2024-03-12 18:25:04 +01:00
parent 4d7c7657cf
commit 377389d1f0
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "zc-lockfile";
version = "3.0";
version = "3.0.post1";
src = fetchPypi {
pname = "zc.lockfile";
inherit version;
hash = "sha256-5Y/9ndYsbUMuhoK/oZbJDKw+XB4/JNrjuJ1ggihV14g=";
hash = "sha256-rbLubZ5qIzPJEXjcssm5aldEx47bdxLceEp9dWSOgew=";
};
buildInputs = [ mock ];