1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 14:55:55 +02:00

gnu: r-cowplot: Update to 1.1.2.

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

Change-Id: Ie1688b1eb38e2c3ef04460cc4dd7c35179b6c48e
This commit is contained in:
Ricardo Wurmus
2023-12-28 00:44:43 +01:00
parent df69fcac77
commit 79fe5cbad0
+2 -2
View File
@@ -5391,14 +5391,14 @@ Farebrother's algorithm or Liu et al.'s algorithm.")
(define-public r-cowplot
(package
(name "r-cowplot")
(version "1.1.1")
(version "1.1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "cowplot" version))
(sha256
(base32
"0j7d5vhzdxn1blrsfafx5z8lhq122rp8230hp9czrpsnnhjydp67"))))
"1ppsg3rbqz9a16zq87izdj5w8ylb6jb6v13xb01k7m3n2h4mv4f6"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-gtable r-rlang r-scales))