mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
gnu: r-rots: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-rots): Update to 1.12.0.
This commit is contained in:
parent
07252952b7
commit
5bf7eb49f6
1 changed files with 2 additions and 2 deletions
|
@ -1572,14 +1572,14 @@ information.")
|
||||||
(define-public r-rots
|
(define-public r-rots
|
||||||
(package
|
(package
|
||||||
(name "r-rots")
|
(name "r-rots")
|
||||||
(version "1.10.1")
|
(version "1.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ROTS" version))
|
(uri (bioconductor-uri "ROTS" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d5ggkk47xybcaizfy756qimbf2falg9cld46mhqjp3xfbfvzsg6"))))
|
"1j29pfyv2pn0wp544m5a568b3yd31kzavwwiwqylcjwvq5lfzy77"))))
|
||||||
(properties `((upstream-name . "ROTS")))
|
(properties `((upstream-name . "ROTS")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue