Merge pull request #52050 from r-ryantm/auto-update/python3.7-urwidtrees
python37Packages.urwidtrees: 1.0 -> 1.0.2
This commit is contained in:
commit
44b02b52ea
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user