mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: r-organismdbi: Update to 1.28.0.
* gnu/packages/bioinformatics.scm (r-organismdbi): Update to 1.28.0.
This commit is contained in:
parent
866810e686
commit
e89032667d
1 changed files with 2 additions and 2 deletions
|
@ -9925,14 +9925,14 @@ (define-public r-ensembldb
|
|||
(define-public r-organismdbi
|
||||
(package
|
||||
(name "r-organismdbi")
|
||||
(version "1.26.0")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "OrganismDbi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14azk69pmwlhza0mhsxigsg127w3mgsx9hhrbdcdqmy3vzfbfaqq"))))
|
||||
"1bvfyh733mhka9zd00hrzpalgjs255c2blnxyf60ipzk5jg7yllb"))))
|
||||
(properties `((upstream-name . "OrganismDbi")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue