python3Packages.devpi-common: 3.7.0 -> 3.7.1

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:05 +01:00
parent 3f02987f09
commit c6842afc66

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "devpi-common";
version = "3.7.0";
version = "3.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-O015TOlvFcN7hxwV4SgGmo6vanMuWb+i9KZOYhYZLJM=";
sha256 = "sha256-Y4LSWo6sbHn239qSdQjwfZO4cyNyoGFQVVGvZbRgYfQ=";
};
postPatch = ''