gnu: r-patchwork: Update to 1.2.0.

* gnu/packages/cran.scm (r-patchwork): Update to 1.2.0.

Change-Id: I10574362f942182b47d29d73747355cec2d7111a
This commit is contained in:
Ricardo Wurmus 2024-01-11 11:45:22 +01:00
parent 309f042a29
commit 51a6d1dd2f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -26499,14 +26499,14 @@ on graphs of millions of nodes (as long as they can fit in memory).")
(define-public r-patchwork
(package
(name "r-patchwork")
(version "1.1.3")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "patchwork" version))
(sha256
(base32
"07npkbalfl2d9aix02m2srxgmd8ymar6v0x65ighg3nq9d7l4xp9"))))
"18b83gsv8idi5d062m9dvb46r7kxda97sa72pzllshhcaq9ylcfc"))))
(build-system r-build-system)
(propagated-inputs
(list r-cli r-ggplot2 r-gtable r-rlang))