mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-svglite: Update to 1.2.2.
* gnu/packages/statistics.scm (r-svglite): Update to 1.2.2. [native-inputs]: Move r-rcpp from here... [propagated-inputs]: ...to here.
This commit is contained in:
parent
996ecaf64e
commit
ee7e2ebf61
1 changed files with 4 additions and 4 deletions
|
@ -1225,19 +1225,19 @@ (define-public r-gdtools
|
|||
(define-public r-svglite
|
||||
(package
|
||||
(name "r-svglite")
|
||||
(version "1.2.1")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "svglite" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bws3lc4hlhln11zd7lalhiyc43yk6c6vrzy41fkxk1dkjazfx51"))))
|
||||
"1gwv51wqp6pgm2f9gavsiq65njs77fr49n8y6y9ax60k3a4vvg14"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs `(("r-rcpp" ,r-rcpp)))
|
||||
(propagated-inputs
|
||||
`(("r-bh" ,r-bh)
|
||||
("r-gdtools" ,r-gdtools)))
|
||||
("r-gdtools" ,r-gdtools)
|
||||
("r-rcpp" ,r-rcpp)))
|
||||
(home-page "https://github.com/hadley/svglite")
|
||||
(synopsis "SVG graphics device")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue