gnu: r-bigmelon: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-bigmelon): Update to 1.14.0.
This commit is contained in:
parent
f4954b0b57
commit
8112796db1
1 changed files with 2 additions and 2 deletions
|
@ -6732,14 +6732,14 @@ with multiple R processes supported by the package @code{parallel}.")
|
||||||
(define-public r-bigmelon
|
(define-public r-bigmelon
|
||||||
(package
|
(package
|
||||||
(name "r-bigmelon")
|
(name "r-bigmelon")
|
||||||
(version "1.12.0")
|
(version "1.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "bigmelon" version))
|
(uri (bioconductor-uri "bigmelon" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sw7rp4p03m1s72b4j06jfb7as3v1n2w2z4ppk8s4f80fb05bcls"))))
|
"1cryjhbiacm45g097rpqgbva49hs5vdx4y4h5h2v1gw4k78hwb4y"))))
|
||||||
(properties `((upstream-name . "bigmelon")))
|
(properties `((upstream-name . "bigmelon")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue