mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-monocle: Update to 2.14.0.
* gnu/packages/bioconductor.scm (r-monocle): Update to 2.14.0.
This commit is contained in:
parent
dc5237f85e
commit
9732e690a5
1 changed files with 2 additions and 2 deletions
|
@ -2474,14 +2474,14 @@ (define-public r-mast
|
||||||
(define-public r-monocle
|
(define-public r-monocle
|
||||||
(package
|
(package
|
||||||
(name "r-monocle")
|
(name "r-monocle")
|
||||||
(version "2.12.0")
|
(version "2.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "monocle" version))
|
(uri (bioconductor-uri "monocle" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rnr3k0wc61a806w9flapni91wz5xm0l66jabjzx0vbiwgczs32z"))))
|
"18b9y592q48mbcp5w095qs1kaklq64v6dcnlpqhv3rwxvywygsz2"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biobase" ,r-biobase)
|
`(("r-biobase" ,r-biobase)
|
||||||
|
|
Loading…
Reference in a new issue