mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-gert: Update to 1.3.1.
* gnu/packages/cran.scm (r-gert): Update to 1.3.1.
This commit is contained in:
parent
3166bc2408
commit
0a23437a54
1 changed files with 2 additions and 2 deletions
|
@ -11175,14 +11175,14 @@ (define-public r-credentials
|
|||
(define-public r-gert
|
||||
(package
|
||||
(name "r-gert")
|
||||
(version "1.3.0")
|
||||
(version "1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gert" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fh72p92wj83yv1ch77jms6k1gjqfji8cmgw23vpxd0p8l9jj4h7"))))
|
||||
"0ydakqhwi406pn255zgrzw31x01djrrjdaknh0d2ibw136lmw5hj"))))
|
||||
(properties `((upstream-name . "gert")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue