me
/
guix
Archived
1
0
Fork 0

gnu: r-organismdbi: Update to 1.40.0.

* gnu/packages/bioconductor.scm (r-organismdbi): Update to 1.40.0.
master
zimoun 2022-11-17 03:50:12 +01:00 committed by Ricardo Wurmus
parent 66f1939df5
commit 7c8829ae33
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6208,14 +6208,14 @@ functionality of the @code{TxDb} packages (e.g.,
(define-public r-organismdbi
(package
(name "r-organismdbi")
(version "1.38.1")
(version "1.40.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "OrganismDbi" version))
(sha256
(base32
"0mxnxj8x4hc21psz39mf7qwvh1fsn6qyjgl5qffk1xxmasf69619"))))
"11l1xqwbqs129vxd6lxdaizpp6j08spyh6799rv5wqmlymap1ykw"))))
(properties `((upstream-name . "OrganismDbi")))
(build-system r-build-system)
(propagated-inputs