gnu: r-bigmelon: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-bigmelon): Update to 1.28.0. Change-Id: Iaf3adc3d1d05923bd031c52c03d1fc7a76955720
This commit is contained in:
parent
86bc7de016
commit
a36fba9d1b
1 changed files with 2 additions and 2 deletions
|
@ -18186,14 +18186,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.26.0")
|
(version "1.28.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
|
||||||
"1l1ym89qqbq6qx07bm2p8gcl5zd9xh0nbw10fb7s0pfbrkj8xy64"))))
|
"1j80f7k39p23s6fym3nia73g8d1v44hdiv73igcq6fnsllxg40hr"))))
|
||||||
(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