mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-organismdbi: Update to 1.22.0.
* gnu/packages/bioinformatics.scm (r-organismdbi): Update to 1.22.0.
This commit is contained in:
parent
bbcd19fb4d
commit
94ae875c0a
1 changed files with 2 additions and 2 deletions
|
@ -10141,14 +10141,14 @@ chromosome region or transcript models of lincRNA genes.")
|
|||
(define-public r-organismdbi
|
||||
(package
|
||||
(name "r-organismdbi")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "OrganismDbi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0yxvhwn0m53wfwp0zi81x96argdf7cf1lpymc2as51apvfcnjdl8"))))
|
||||
"0hb9ni41bjfy5s5ryw2qmqs2sx3i7j47w1g0l8g1pvn7ppnxb6cv"))))
|
||||
(properties `((upstream-name . "OrganismDbi")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue