mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
python3Packages.dendropy: 5.0.8 -> 5.0.11
This commit is contained in:
@@ -15,7 +15,7 @@ let
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "dendropy";
|
||||
version = "5.0.8";
|
||||
version = "5.0.11";
|
||||
|
||||
pyproject = true;
|
||||
build-system = [ setuptools ];
|
||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
owner = "jeetsukumaran";
|
||||
repo = "dendropy";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-AmKm9V4XZQRuAfe0R5r5/wicno9iTZ6nbwHyHvMijz0=";
|
||||
hash = "sha256-wyTelmhK8Uywhd6Hj/ezjpviTMZKlBFpUG9rOlTnicg=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user