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 @@ library.")
|
||||||
(define-public r-rex
|
(define-public r-rex
|
||||||
(package
|
(package
|
||||||
(name "r-rex")
|
(name "r-rex")
|
||||||
(version "1.2.0")
|
(version "1.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rex" version))
|
(uri (cran-uri "rex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0m7bq8db3m5dhf01rw7xc7xy1ciq3m7dfgsl80p8cy4h8vqr3d06"))))
|
"1mmzlc3j7xa0rbjxa369f4sr0iw3gq58g8fmjjxbsjvfq14ychmg"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-lazyeval))
|
(list r-lazyeval))
|
||||||
|
|
Reference in a new issue