python310Packages.devpi-common: 3.7.1 -> 3.7.2

This commit is contained in:
R. Ryantm 2023-01-29 22:47:06 +00:00
parent 2be9646b90
commit fb91090032

View File

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