mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-patchwork: Update to 1.1.0.
* gnu/packages/cran.scm (r-patchwork): Update to 1.1.0.
This commit is contained in:
parent
010deb276f
commit
2213fe7b3e
1 changed files with 2 additions and 2 deletions
|
@ -16864,14 +16864,14 @@ (define-public r-leiden
|
|||
(define-public r-patchwork
|
||||
(package
|
||||
(name "r-patchwork")
|
||||
(version "1.0.1")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "patchwork" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wm93a40idrkzn5hpnykhznvh7hdbfqw0dkzzn0zk83qlwyc9g02"))))
|
||||
"13vswvcfmadmjz7pw0qdqdr6x85zbza4gljx2nx3a39hldj71yck"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)
|
||||
|
|
Loading…
Reference in a new issue