mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: r-gert: Update to 1.5.0.
* gnu/packages/cran.scm (r-gert): Update to 1.5.0.
This commit is contained in:
parent
98dae5afe8
commit
b83f1507d8
1 changed files with 2 additions and 2 deletions
|
@ -11529,14 +11529,14 @@ (define-public r-credentials
|
|||
(define-public r-gert
|
||||
(package
|
||||
(name "r-gert")
|
||||
(version "1.4.3")
|
||||
(version "1.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gert" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06g3gy4260y4f43zgahamckisjs8dvl06rb0kyinrwlm675dqppm"))))
|
||||
"1bm2fjyh527y6x0dr5cs8h31jgl1fkk09ljzj1h37d0c7f4k1hwz"))))
|
||||
(properties `((upstream-name . "gert")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue