diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-25 08:56:37 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:20 +0200 |
commit | d8b3d0ec8e391ac680277d8c97fc61d534ed1dbc (patch) | |
tree | b62e90c065922544d22c868216850cf5e3599796 | |
parent | aae586b0e013acb30bec936ece014f4179c604b0 (diff) |
gnu: python-biom-format: Update to 2.1.16.
* gnu/packages/bioinformatics.scm (python-biom-format): Update to 2.1.16.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 63a1916455..b531a14569 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3903,7 +3903,7 @@ use-case, we encourage users to compose functions to achieve their goals.") (define-public python-biom-format (package (name "python-biom-format") - (version "2.1.12") + (version "2.1.16") (source (origin (method git-fetch) @@ -3915,7 +3915,7 @@ use-case, we encourage users to compose functions to achieve their goals.") (file-name (git-file-name name version)) (sha256 (base32 - "06x2d8fv80jp86kd66fm3ragmxrpa2j0lzsbm337ziqjnpsdwc0f")) + "1npxjsi7r0w8diq6s37q21cqgrqifl7f483lfn72bn7qrvkvbpyz")) (modules '((guix build utils))) ;; Delete generated C files. (snippet |