python3Packages.urwid: 2.1.1 -> 2.1.2
This commit is contained in:
parent
d60e4a7647
commit
d6c8c798c3
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "urwid";
|
pname = "urwid";
|
||||||
version = "2.1.1";
|
version = "2.1.2";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "09nmi2nmvpcmbh3w3fb0dn0c7yp7r20i5pfcr6q722xh6mp8cw3q";
|
sha256 = "588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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