gnu: r-cowplot: Update to 0.9.3.

* gnu/packages/statistics.scm (r-cowplot): Update to 0.9.3.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-11 00:45:02 +02:00
parent b3543e6c79
commit 9a3c345b3f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4466,14 +4466,14 @@ (define-public r-compquadform
(define-public r-cowplot
(package
(name "r-cowplot")
(version "0.9.2")
(version "0.9.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "cowplot" version))
(sha256
(base32
"13yjw7yv7imyqiawqqp304hkp6x36iv6rf6gn03dwzwkj9zwx4lb"))))
"1jrx1h0blkk577y4cvnjk7xccn7qmjiv2bnpgqlsjvjhsxglf41y"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)