mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-biodb: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-biodb): Update to 1.10.0. Change-Id: If1d14855b2bf134741c54c0a51daefdf2b80a49f
This commit is contained in:
parent
9480ea5046
commit
2b4dcd4a7b
1 changed files with 2 additions and 2 deletions
|
@ -22505,14 +22505,14 @@ (define-public r-biocdockermanager
|
|||
(define-public r-biodb
|
||||
(package
|
||||
(name "r-biodb")
|
||||
(version "1.8.1")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "biodb" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18j70ma85qb42qqpzz8fw3g4x6cav4j0pc2ab5ym22791dr8izck"))))
|
||||
"18w062s0wwdisl6a9a79in6h4052x3janinc5isip0x6p9g9d9bk"))))
|
||||
(properties `((upstream-name . "biodb")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue