python3Packages.biocutils: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm
2025-12-30 15:15:39 +00:00
parent 83cbbe01f4
commit 63aa4037da

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "biocutils";
version = "0.3.0";
version = "0.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "BiocPy";
repo = "BiocUtils";
tag = "${version}";
hash = "sha256-fomRB/qozB6QUCe2n4tzIFZOufchcjFUGOlApUR/KRo=";
hash = "sha256-YjFlPORQTrB3JOBVlIKUVTzsVydrn25Uw8YSSc5ppNM=";
};
build-system = [