gnu: r-biodb: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-biodb): Update to 1.6.0.
This commit is contained in:
parent
efc663040b
commit
ffd5e53e87
1 changed files with 2 additions and 2 deletions
|
@ -17541,14 +17541,14 @@ (define-public r-biocdockermanager
|
||||||
(define-public r-biodb
|
(define-public r-biodb
|
||||||
(package
|
(package
|
||||||
(name "r-biodb")
|
(name "r-biodb")
|
||||||
(version "1.4.2")
|
(version "1.6.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
|
||||||
"0f3clqmrpaawhjjyb4x5mnbhsam56r0av05b5cl5p4waylp8qbs1"))))
|
"08ahz3v2xbhwfh89dbnhhcdm0x5qv4hibi8wknlqf5x8gqm5j5w6"))))
|
||||||
(properties `((upstream-name . "biodb")))
|
(properties `((upstream-name . "biodb")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue