python3Packages.scikit-bio: 0.7.2 -> 0.7.3

This commit is contained in:
R. Ryantm
2026-06-10 04:52:07 +00:00
parent 8350d22b81
commit b0daf4616b

View File

@@ -28,14 +28,14 @@
buildPythonPackage (finalAttrs: {
pname = "scikit-bio";
version = "0.7.2";
version = "0.7.3";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-bio";
repo = "scikit-bio";
tag = finalAttrs.version;
hash = "sha256-zBOUZukqLhTxKG9BluWB+2zTCx5ALhM1s+YP2itqg9A=";
hash = "sha256-7cptpv7x/2KJbyMCZ4X6wVVUMx+CDcZ6nOtbeUoD5a0=";
};
build-system = [