gnu: r-bigmelon: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-bigmelon): Update to 1.22.0.
This commit is contained in:
parent
c9bdb12ba3
commit
c272bc0b19
1 changed files with 2 additions and 2 deletions
|
@ -11806,14 +11806,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.20.0")
|
(version "1.22.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
|
||||||
"0ksbmybi8wsg515b4k9ij1xqqk9i90pyap2wq5w3c49qgc0pqali"))))
|
"1msch4qbifkdqv0bbw03xj6d9w28z91mf4ki41rqg6048cq17h2k"))))
|
||||||
(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