python311Packages.devpi-common: 4.0.2 -> 4.0.3

This commit is contained in:
R. Ryantm 2023-11-28 19:31:47 +00:00
parent c76b72caa4
commit 22fc2c38e2

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "devpi-common";
version = "4.0.2";
version = "4.0.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-LSd3AfrwXUpvbL234ED5PAoAKG2+h9XAou6uuiBVkZw=";
hash = "sha256-+OAbT23wgPYihMzljFuxzh6GmwwjSqx60TVgl0X8Fz0=";
};
nativeBuildInputs = [