mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +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:
parent
aae586b0e0
commit
d8b3d0ec8e
1 changed files with 2 additions and 2 deletions
|
@ -3903,7 +3903,7 @@ use-case, we encourage users to compose functions to achieve their goals.")
|
||||||
(define-public python-biom-format
|
(define-public python-biom-format
|
||||||
(package
|
(package
|
||||||
(name "python-biom-format")
|
(name "python-biom-format")
|
||||||
(version "2.1.12")
|
(version "2.1.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06x2d8fv80jp86kd66fm3ragmxrpa2j0lzsbm337ziqjnpsdwc0f"))
|
"1npxjsi7r0w8diq6s37q21cqgrqifl7f483lfn72bn7qrvkvbpyz"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
;; Delete generated C files.
|
;; Delete generated C files.
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue