gnu: Update r-cowplot to 0.9.2.

* gnu/packages/statistics.scm (r-cowplot): Update to 0.9.2.
This commit is contained in:
Roel Janssen 2017-12-19 10:47:19 +01:00
parent a1ac7bf361
commit 28fc96cb1e
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

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