python312Packages.scikit-bio: 0.6.2 -> 0.6.3 (#374736)

https://github.com/scikit-bio/scikit-bio/blob/0.6.3/CHANGELOG.md
This commit is contained in:
R. RyanTM
2025-01-18 20:18:11 +01:00
committed by GitHub
parent a1f23482b3
commit 6054bf497d
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "scikit-bio";
version = "0.6.2";
version = "0.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-bio";
repo = "scikit-bio";
tag = version;
hash = "sha256-1L3AemXVqfgBDlRZorG7+8qt3f1Bm8L+Se+OwqEWwI4=";
hash = "sha256-yZa9Kl7+Rk4FLQkZIxa9UIsIGAo6YI4UAiJYbhhPIaI=";
};
build-system = [