Merge pull request #259320 from r-ryantm/auto-update/pypiserver

pypiserver: 1.5.2 -> 2.0.1
This commit is contained in:
maxine 2023-10-09 18:46:19 +02:00 committed by GitHub
commit 157b37bf8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pypiserver";
version = "1.5.2";
version = "2.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-jub+iVL/YeGaG9Vzqyyfc4qFi0cR+7xrzuXNHL5W4p4=";
hash = "sha256-Eh/3URt7pcJhoDDLRP8iHyjlPsE5E9M/0Hixqi5YNdg=";
};
nativeBuildInputs = [