gnu: r-cowplot: Update to 1.1.1.

* gnu/packages/statistics.scm (r-cowplot): Update to 1.1.1.
This commit is contained in:
Ricardo Wurmus 2021-01-20 17:15:07 +01:00
parent 376f322988
commit 98794aef67
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4536,14 +4536,14 @@ (define-public r-compquadform
(define-public r-cowplot (define-public r-cowplot
(package (package
(name "r-cowplot") (name "r-cowplot")
(version "1.1.0") (version "1.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "cowplot" version)) (uri (cran-uri "cowplot" version))
(sha256 (sha256
(base32 (base32
"04d5pg4xi9nhgcbam71b5mp3q1g804ng864v90add1kddfyl3f9h")))) "0j7d5vhzdxn1blrsfafx5z8lhq122rp8230hp9czrpsnnhjydp67"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-ggplot2" ,r-ggplot2) `(("r-ggplot2" ,r-ggplot2)