Merge pull request #52050 from r-ryantm/auto-update/python3.7-urwidtrees

python37Packages.urwidtrees: 1.0 -> 1.0.2
This commit is contained in:
Jörg Thalheim 2018-12-14 14:08:15 +00:00 committed by GitHub
commit 44b02b52ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "urwidtrees"; pname = "urwidtrees";
version = "1.0"; version = "1.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pazz"; owner = "pazz";
repo = "urwidtrees"; repo = "urwidtrees";
rev = "${version}"; rev = "${version}";
sha256 = "03gpcdi45z2idy1fd9zv8v9naivmpfx65hshm8r984k9wklv1dsa"; sha256 = "1n1kpidvkdnsqyb82vlvk78gmly96kh8351lqxn2pzgwwns6fml2";
}; };
propagatedBuildInputs = [ urwid ]; propagatedBuildInputs = [ urwid ];