me
/
guix
Archived
1
0
Fork 0

gnu: r-gert: Update to 2.0.0.

* gnu/packages/cran.scm (r-gert): Update to 2.0.0.
master
Ricardo Wurmus 2023-10-05 13:34:47 +02:00
parent 7eb383815f
commit 09c2b23bf9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16480,14 +16480,14 @@ user credentials.")
(define-public r-gert
(package
(name "r-gert")
(version "1.9.3")
(version "2.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "gert" version))
(sha256
(base32
"09v8dv1yazgc7g1yi3h5x5hrljix9kaiadbhsd1cvannp5pj7332"))))
"14b3bppid65jpzxrc7ddvvyr2qafv08z75v19rvfiv7780vpq53w"))))
(properties `((upstream-name . "gert")))
(build-system r-build-system)
(inputs