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
, buildPythonPackage
, fetchFromGitHub
, fetchPypi
, substituteAll
, fetchpatch
, nose
@ -11,13 +11,11 @@
buildPythonPackage rec {
pname = "anytree";
version = "2.7.2";
version = "2.7.3";
src = fetchFromGitHub {
owner = "c0fec0de";
repo = pname;
rev = version;
sha256 = "0ag5ir9h5p7rbm2pmpxlkflwigrm7z4afh24jvbhqj7pyrbjmk9w";
src = fetchPypi {
inherit pname version;
sha256 = "05736hamjv4f38jw6z9y4wckc7mz18ivbizm1s3pb0n6fp1sy4zk";
};
patches = [