mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
gnu: r-patchwork: Update to 1.1.2.
* gnu/packages/cran.scm (r-patchwork): Update to 1.1.2.
This commit is contained in:
parent
d7b35febfc
commit
e434557c5a
1 changed files with 2 additions and 2 deletions
|
@ -21380,14 +21380,14 @@ guaranteeing well-connected communities.\" <arXiv:1810.08473>.")
|
||||||
(define-public r-patchwork
|
(define-public r-patchwork
|
||||||
(package
|
(package
|
||||||
(name "r-patchwork")
|
(name "r-patchwork")
|
||||||
(version "1.1.1")
|
(version "1.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "patchwork" version))
|
(uri (cran-uri "patchwork" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10glgkf58lcykcwda1hj6xdps02m3i247qynk6s2jmwljagps3fg"))))
|
"0xw9mh1qakj131nw98icxrxwvdlwy2ngwvmagrqr3m84sz9dbffs"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-ggplot2 r-gtable))
|
(list r-ggplot2 r-gtable))
|
||||||
|
|
Loading…
Add table
Reference in a new issue