python3Packages.biocutils: 0.3.3 -> 0.3.4

This commit is contained in:
R. Ryantm
2026-01-18 05:45:32 +00:00
parent 015d12a416
commit 606a31deb8
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "biocutils";
version = "0.3.3";
version = "0.3.4";
pyproject = true;
src = fetchFromGitHub {
owner = "BiocPy";
repo = "BiocUtils";
tag = version;
hash = "sha256-ziKVF2cxOIRt8cEMOsbf5HAgBGG2vLp+DSMpL+hH6JM=";
hash = "sha256-G7g+jjXoKtnp+d7a5NoEtVBEN5Di1P/pWjgiJJv6fHA=";
};
build-system = [