1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

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>
This commit is contained in:
Nicolas Graves 2025-03-25 08:56:37 +01:00 committed by Andreas Enge
parent aae586b0e0
commit d8b3d0ec8e
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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