mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: r-glue: Update to 1.4.2.
* gnu/packages/cran.scm (r-glue): Update to 1.4.2.
This commit is contained in:
parent
314155c943
commit
bdbf2d52d0
1 changed files with 2 additions and 2 deletions
|
@ -1860,14 +1860,14 @@ (define-public r-colorspace
|
|||
(define-public r-glue
|
||||
(package
|
||||
(name "r-glue")
|
||||
(version "1.4.1")
|
||||
(version "1.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "glue" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1j1va4vi3g9sl0cyjdwxvh5lvh10x8k9qvnsr9zyxddcbk9qgdpq"))))
|
||||
"1bgpirdvjrf0da734clrixawvpdap4lpda4g89vais96589m8wwz"))))
|
||||
(build-system r-build-system)
|
||||
;; knitr depends on glue, so we can't add knitr here to build the
|
||||
;; vignettes.
|
||||
|
|
Loading…
Reference in a new issue