Merge pull request #137388 from r-ryantm/auto-update/devpi-client
This commit is contained in:
commit
8a73c0a8bf
1 changed files with 2 additions and 2 deletions
|
@ -25,11 +25,11 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "devpi-client";
|
pname = "devpi-client";
|
||||||
version = "5.2.1";
|
version = "5.2.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "74ff365efeaa7b78c9eb7f6d7bd349ccd6252a6cdf879bcb4137ee5ff0fb127a";
|
sha256 = "24ac6d94108996efad4ff5185dabb1e5120ae238134b8175d6de2ca9e766cd92";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ glibcLocales ];
|
buildInputs = [ glibcLocales ];
|
||||||
|
|
Loading…
Reference in a new issue