python3.pkgs.anytree: 2.7.2 → 2.7.3

This commit is contained in:
Jan Tojnar 2019-12-14 15:59:12 +01:00
parent f78ac783a8
commit 03423daf02
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,6 +1,6 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchPypi
, substituteAll , substituteAll
, fetchpatch , fetchpatch
, nose , nose
@ -11,13 +11,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "anytree"; pname = "anytree";
version = "2.7.2"; version = "2.7.3";
src = fetchFromGitHub { src = fetchPypi {
owner = "c0fec0de"; inherit pname version;
repo = pname; sha256 = "05736hamjv4f38jw6z9y4wckc7mz18ivbizm1s3pb0n6fp1sy4zk";
rev = version;
sha256 = "0ag5ir9h5p7rbm2pmpxlkflwigrm7z4afh24jvbhqj7pyrbjmk9w";
}; };
patches = [ patches = [