1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-20 16:15:54 +02:00

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
+2 -2
View File
@@ -5399,14 +5399,14 @@ Farebrother's algorithm or Liu et al.'s algorithm.")
(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))