python3Packages.biom-format: 2.1.16 -> 2.1.17 (#439566)

This commit is contained in:
Wolfgang Walther
2025-09-23 14:42:14 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "biom-format";
version = "2.1.16";
version = "2.1.17";
pyproject = true;
src = fetchFromGitHub {
owner = "biocore";
repo = "biom-format";
tag = version;
hash = "sha256-E/6dIN8tdsu6cBVBW/BOeAQwJB9XRRL3flQZSKqIZlc=";
hash = "sha256-FjIC21LoqltixBstbbANByjTNxVm/3YCxdWaD9KbOQ0=";
};
build-system = [