python37Packages.urwidtrees: 1.0 -> 1.0.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-urwidtrees/versions
This commit is contained in:
R. RyanTM 2018-12-14 05:55:40 -08:00
parent e0950ae9ad
commit 6443b8ecb7

View File

@ -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 ];