pythonPackages.urwid: 2.1.0 -> 2.1.1
This commit is contained in:
parent
ad75463531
commit
5a845cdbf5
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "urwid";
|
||||
version = "2.1.0";
|
||||
version = "2.1.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0896f36060beb6bf3801cb554303fef336a79661401797551ba106d23ab4cd86";
|
||||
sha256 = "09nmi2nmvpcmbh3w3fb0dn0c7yp7r20i5pfcr6q722xh6mp8cw3q";
|
||||
};
|
||||
|
||||
# tests need to be able to set locale
|
||||
|
|
Loading…
Reference in a new issue