mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 08:36:32 +01:00
gnu: r-globals: Update to 0.13.1.
* gnu/packages/cran.scm (r-globals): Update to 0.13.1.
This commit is contained in:
parent
50110d8bb1
commit
caec927852
1 changed files with 2 additions and 2 deletions
|
@ -12440,14 +12440,14 @@ (define-public r-listenv
|
|||
(define-public r-globals
|
||||
(package
|
||||
(name "r-globals")
|
||||
(version "0.13.0")
|
||||
(version "0.13.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "globals" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gqh7dbd38wqyjy9qm85v5k60vld97pyc46wf4xkgi4mr7y0ixg3"))))
|
||||
"1ch9m7fxclfhfa38b743wcm7w1bkx9kmivc6l7phpbgs6h9jhrcc"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-codetools" ,r-codetools)))
|
||||
|
|
Loading…
Reference in a new issue