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

This commit is contained in:
Sandro 2021-09-11 18:24:24 +02:00 committed by GitHub
commit 8a73c0a8bf
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.1";
version = "5.2.2";
src = fetchPypi {
inherit pname version;
sha256 = "74ff365efeaa7b78c9eb7f6d7bd349ccd6252a6cdf879bcb4137ee5ff0fb127a";
sha256 = "24ac6d94108996efad4ff5185dabb1e5120ae238134b8175d6de2ca9e766cd92";
};
buildInputs = [ glibcLocales ];