mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-rex: Update to 1.2.1.
* gnu/packages/cran.scm (r-rex): Update to 1.2.1.
This commit is contained in:
parent
e70c6fcfdf
commit
84b8ded6a9
1 changed files with 2 additions and 2 deletions
|
@ -18140,14 +18140,14 @@ (define-public r-arrow
|
|||
(define-public r-rex
|
||||
(package
|
||||
(name "r-rex")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rex" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m7bq8db3m5dhf01rw7xc7xy1ciq3m7dfgsl80p8cy4h8vqr3d06"))))
|
||||
"1mmzlc3j7xa0rbjxa369f4sr0iw3gq58g8fmjjxbsjvfq14ychmg"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-lazyeval))
|
||||
|
|
Loading…
Reference in a new issue