gnu: r-cowplot: Update to 1.1.3.

* gnu/packages/statistics.scm (r-cowplot): Update to 1.1.3.

Change-Id: I06bc9f67a9911ef927d31f7d33b4e59c2f25e02b
This commit is contained in:
Ricardo Wurmus 2024-01-25 09:20:33 +01:00
parent d63c2ee69e
commit ed64ab4c9a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5399,14 +5399,14 @@ (define-public r-compquadform
(define-public r-cowplot
(package
(name "r-cowplot")
(version "1.1.2")
(version "1.1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "cowplot" version))
(sha256
(base32
"1ppsg3rbqz9a16zq87izdj5w8ylb6jb6v13xb01k7m3n2h4mv4f6"))))
"0wxjynpbamyimpms7psbac7xgwswzlidczpc037q20y5yld9fml7"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-gtable r-rlang r-scales))