gnu: r-cowplot: Update to 0.9.4.
* gnu/packages/statistics.scm (r-cowplot): Update to 0.9.4.
This commit is contained in:
parent
7213ef07c6
commit
70ee5ab137
1 changed files with 2 additions and 2 deletions
|
@ -4519,14 +4519,14 @@ (define-public r-compquadform
|
|||
(define-public r-cowplot
|
||||
(package
|
||||
(name "r-cowplot")
|
||||
(version "0.9.3")
|
||||
(version "0.9.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "cowplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jrx1h0blkk577y4cvnjk7xccn7qmjiv2bnpgqlsjvjhsxglf41y"))))
|
||||
"0yvalwalvyddyqk0q66y8361nxlh2cvp3ssazax9g5q89lghjmzv"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)
|
||||
|
|
Loading…
Reference in a new issue