mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-gert: Update to 1.9.0.
* gnu/packages/cran.scm (r-gert): Update to 1.9.0.
This commit is contained in:
parent
53d46b7a83
commit
8766e41ecf
1 changed files with 2 additions and 2 deletions
|
@ -13381,14 +13381,14 @@ (define-public r-credentials
|
|||
(define-public r-gert
|
||||
(package
|
||||
(name "r-gert")
|
||||
(version "1.7.0")
|
||||
(version "1.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gert" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pdqmnlrpbjkqwf9ns2232d3cgyqjkywyd2s8sqinaapnlh87y0x"))))
|
||||
"1lb9rf4c8ip8cll9mycx88x8q774bcmd01j4bwjx9h0kx1hgahkb"))))
|
||||
(properties `((upstream-name . "gert")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue