mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-ggpicrust2: Update to 1.6.3.
* gnu/packages/bioconductor.scm (r-ggpicrust2): Update to 1.6.3.
This commit is contained in:
parent
bd3ef47877
commit
6aa299aa1c
1 changed files with 2 additions and 2 deletions
|
@ -10213,13 +10213,13 @@ (define-public r-ggm
|
|||
(define-public r-ggpicrust2
|
||||
(package
|
||||
(name "r-ggpicrust2")
|
||||
(version "1.6.0")
|
||||
(version "1.6.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggpicrust2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ghzwhd2jmdz18klyzyia84w1s9j3ccszldvfy3vpndppyg7cyh1"))))
|
||||
"1rw8p1wjj3pmmccyqkl0smgnqz2s4f22hy4kyl91w8ck64xmplzs"))))
|
||||
(properties `((upstream-name . "ggpicrust2")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-aldex2
|
||||
|
|
Loading…
Reference in a new issue