pythonPackages.urwid: 2.1.0 -> 2.1.1
This commit is contained in:
parent
ad75463531
commit
5a845cdbf5
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "urwid";
|
pname = "urwid";
|
||||||
version = "2.1.0";
|
version = "2.1.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0896f36060beb6bf3801cb554303fef336a79661401797551ba106d23ab4cd86";
|
sha256 = "09nmi2nmvpcmbh3w3fb0dn0c7yp7r20i5pfcr6q722xh6mp8cw3q";
|
||||||
};
|
};
|
||||||
|
|
||||||
# tests need to be able to set locale
|
# tests need to be able to set locale
|
||||||
|
Loading…
x
Reference in New Issue
Block a user