python3Packages.scikit-bio: 0.6.0 -> 0.6.2

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:13 +02:00
parent 1737a60b8f
commit 790af23475
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "scikit-bio";
version = "0.6.0";
version = "0.6.2";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-bio";
repo = "scikit-bio";
rev = "refs/tags/${version}";
hash = "sha256-v8/r52pJpMi34SekPQBf7CqRbs+ZEyPR3WO5RBB7uKg=";
hash = "sha256-1L3AemXVqfgBDlRZorG7+8qt3f1Bm8L+Se+OwqEWwI4=";
};
build-system = [