Skip to content

Commit 45d7516

Browse files
committed
python3Packages.dendropy: 5.0.6 -> 5.0.8
1 parent 769a46f commit 45d7516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/dendropy/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let
1616
in
1717
buildPythonPackage rec {
1818
pname = "dendropy";
19-
version = "5.0.6";
19+
version = "5.0.8";
2020

2121
pyproject = true;
2222
build-system = [ setuptools ];
@@ -25,7 +25,7 @@ buildPythonPackage rec {
2525
owner = "jeetsukumaran";
2626
repo = "dendropy";
2727
tag = "v${version}";
28-
hash = "sha256-pZ6vVN9vGUpdLvvVZLYUj3yWgn+9qd7D0wq5NxM8UiY=";
28+
hash = "sha256-AmKm9V4XZQRuAfe0R5r5/wicno9iTZ6nbwHyHvMijz0=";
2929
};
3030

3131
postPatch = ''

0 commit comments

Comments
 (0)