Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #52050 from r-ryantm/auto-update/python3.7-urwidtrees
Browse files Browse the repository at this point in the history
python37Packages.urwidtrees: 1.0 -> 1.0.2
  • Loading branch information
Mic92 committed Dec 14, 2018
2 parents 9762b37 + 6443b8e commit 44b02b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/urwidtrees/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildPythonPackage rec {
pname = "urwidtrees";
version = "1.0";
version = "1.0.2";

src = fetchFromGitHub {
owner = "pazz";
repo = "urwidtrees";
rev = "${version}";
sha256 = "03gpcdi45z2idy1fd9zv8v9naivmpfx65hshm8r984k9wklv1dsa";
sha256 = "1n1kpidvkdnsqyb82vlvk78gmly96kh8351lqxn2pzgwwns6fml2";
};

propagatedBuildInputs = [ urwid ];
Expand Down

0 comments on commit 44b02b5

Please sign in to comment.