Skip to content

Commit

Permalink
pythonPackages.urwid: 2.1.0 -> 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
veehaitch authored and FRidh committed Jul 28, 2020
1 parent ad75463 commit 5a845cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/urwid/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a845cd

Please sign in to comment.