mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: r-patchwork: Update to 1.1.3.
* gnu/packages/cran.scm (r-patchwork): Update to 1.1.3. [propagated-inputs]: Add r-cli and r-rlang.
This commit is contained in:
parent
0f24d4c9ea
commit
0c5af061f7
1 changed files with 3 additions and 3 deletions
|
@ -25670,17 +25670,17 @@ (define-public r-leidenalg
|
||||||
(define-public r-patchwork
|
(define-public r-patchwork
|
||||||
(package
|
(package
|
||||||
(name "r-patchwork")
|
(name "r-patchwork")
|
||||||
(version "1.1.2")
|
(version "1.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "patchwork" version))
|
(uri (cran-uri "patchwork" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xw9mh1qakj131nw98icxrxwvdlwy2ngwvmagrqr3m84sz9dbffs"))))
|
"07npkbalfl2d9aix02m2srxgmd8ymar6v0x65ighg3nq9d7l4xp9"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-ggplot2 r-gtable))
|
(list r-cli r-ggplot2 r-gtable r-rlang))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
(home-page "https://github.com/thomasp85/patchwork")
|
(home-page "https://github.com/thomasp85/patchwork")
|
||||||
|
|
Loading…
Reference in a new issue