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 {
pname = "urwidtrees";
version = "1.0";
version = "1.0.2";
src = fetchFromGitHub {
owner = "pazz";
repo = "urwidtrees";
rev = "${version}";
sha256 = "03gpcdi45z2idy1fd9zv8v9naivmpfx65hshm8r984k9wklv1dsa";
sha256 = "1n1kpidvkdnsqyb82vlvk78gmly96kh8351lqxn2pzgwwns6fml2";
};
propagatedBuildInputs = [ urwid ];