mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-cowplot: Update to 0.8.0.
* gnu/packages/statistics.scm (r-cowplot): Update to 0.8.0.
This commit is contained in:
parent
d58faa7f44
commit
df03b6f90c
1 changed files with 2 additions and 2 deletions
|
@ -4361,14 +4361,14 @@ (define-public r-compquadform
|
||||||
(define-public r-cowplot
|
(define-public r-cowplot
|
||||||
(package
|
(package
|
||||||
(name "r-cowplot")
|
(name "r-cowplot")
|
||||||
(version "0.7.0")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "cowplot" version))
|
(uri (cran-uri "cowplot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03iimcsh1pk7iqzjdlfcj43b8khijdk4hg00j4jdllv19xsfb0hx"))))
|
"03bh0r6ynr95gk4lc8asfi3kpmskm59vfzwn417pdziha3igs5x6"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ggplot2" ,r-ggplot2)
|
`(("r-ggplot2" ,r-ggplot2)
|
||||||
|
|
Loading…
Reference in a new issue