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

This commit is contained in:
Sandro 2022-10-18 21:39:10 +02:00 committed by GitHub
commit e4ac63e367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "pypiserver";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-BK5vQsaWIMOnUqyeofAWJC1nQJPsTvmzl9i2893JCDI=";
sha256 = "sha256-1tV3pVEC5sIjT0tjbujU7l41Jx7PQ1dCn4B1r94C9xE=";
};
nativeBuildInputs = [ setuptools-git ];