python3Packages.biocutils: 0.3.4 -> 0.4.0

This commit is contained in:
R. Ryantm
2026-04-21 07:52:18 +00:00
parent eaf1a8c164
commit 37695aecfa
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "biocutils";
version = "0.3.4";
version = "0.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "BiocPy";
repo = "BiocUtils";
tag = version;
hash = "sha256-G7g+jjXoKtnp+d7a5NoEtVBEN5Di1P/pWjgiJJv6fHA=";
hash = "sha256-aVJIeSHs90X6xjVkFfEs9UZR5cEPuUJx2QA6hHYrmjI=";
};
build-system = [