mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-globals: Update to 0.14.0.
* gnu/packages/cran.scm (r-globals): Update to 0.14.0.
This commit is contained in:
parent
c91d1a75e9
commit
d1d42fa5c0
1 changed files with 2 additions and 2 deletions
|
@ -12732,14 +12732,14 @@ (define-public r-listenv
|
|||
(define-public r-globals
|
||||
(package
|
||||
(name "r-globals")
|
||||
(version "0.13.1")
|
||||
(version "0.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "globals" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ch9m7fxclfhfa38b743wcm7w1bkx9kmivc6l7phpbgs6h9jhrcc"))))
|
||||
"1wrjiiif6rpc268zz79pvpw33si6n6ffgxdnxmmcracwhb5vqg90"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-codetools" ,r-codetools)))
|
||||
|
|
Loading…
Reference in a new issue