gnu: r-biodb: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-biodb): Update to 1.12.0. Change-Id: If7001f4b7fd5393a45799562d2ece279e0a60215master
parent
5748d5c626
commit
f8cb2a50dc
|
@ -24274,14 +24274,14 @@ the Bioconductor project.")
|
||||||
(define-public r-biodb
|
(define-public r-biodb
|
||||||
(package
|
(package
|
||||||
(name "r-biodb")
|
(name "r-biodb")
|
||||||
(version "1.10.0")
|
(version "1.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biodb" version))
|
(uri (bioconductor-uri "biodb" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18w062s0wwdisl6a9a79in6h4052x3janinc5isip0x6p9g9d9bk"))))
|
"0zkd6505q0myc5l9d69i1fvfhcrjqxkv208p84zr5p7xi8jmg3dw"))))
|
||||||
(properties `((upstream-name . "biodb")))
|
(properties `((upstream-name . "biodb")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue