python3Packages.biocutils: 0.3.0 -> 0.3.1 (#475340)

This commit is contained in:
Nick Cao
2026-01-01 21:12:30 +00:00
committed by GitHub

View File

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