python313Packages.pypiserver: 2.3.2 -> 2.4.0

Diff: https://github.com/pypiserver/pypiserver/compare/v2.3.2...v2.4.0

Changelog: https://github.com/pypiserver/pypiserver/releases/tag/v2.4.0
This commit is contained in:
Fabian Affolter
2025-09-21 15:18:31 +02:00
parent b1b5bbaa23
commit b5283aed69
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pypiserver";
version = "2.3.2";
version = "2.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "pypiserver";
repo = "pypiserver";
tag = "v${version}";
hash = "sha256-ODwDYAEAqel31+kR/BE1yBfgOZOtPz3iaCLg/d6jbb4=";
hash = "sha256-tbBSZdkZJGcas3PZ3dj7CqAYNH2Mt0a4aXl6t7E+wNY=";
};
postPatch = ''