3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #104406 from r-ryantm/auto-update/devpi-client

devpi-client: 5.2.0 -> 5.2.1
This commit is contained in:
Sandro 2021-01-18 18:53:47 +01:00 committed by GitHub
commit 256576f586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,11 +25,11 @@
buildPythonApplication rec {
pname = "devpi-client";
version = "5.2.0";
version = "5.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "1y8r1pjav0gyrbnyqjnc202sa962n1gasi8233xj7jc39lv3iq40";
sha256 = "74ff365efeaa7b78c9eb7f6d7bd349ccd6252a6cdf879bcb4137ee5ff0fb127a";
};
buildInputs = [ glibcLocales pkginfo check-manifest ];