gnu: r-biodb: Update to 1.4.2.
* gnu/packages/bioconductor.scm (r-biodb): Update to 1.4.2.master
parent
87c097631f
commit
202fd44ca0
|
@ -16334,14 +16334,14 @@ the Bioconductor project.")
|
||||||
(define-public r-biodb
|
(define-public r-biodb
|
||||||
(package
|
(package
|
||||||
(name "r-biodb")
|
(name "r-biodb")
|
||||||
(version "1.4.0")
|
(version "1.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biodb" version))
|
(uri (bioconductor-uri "biodb" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02i0n29bp9d9p1ibslxca5m37qsgny2hlgg7d364lf7kc6y2bqni"))))
|
"0f3clqmrpaawhjjyb4x5mnbhsam56r0av05b5cl5p4waylp8qbs1"))))
|
||||||
(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