me
/
guix
Archived
1
0
Fork 0

gnu: r-gee: Update to 4.13-23.

* gnu/packages/cran.scm (r-gee): Update to 4.13-23.
Ricardo Wurmus 2022-05-30 15:34:28 +02:00
parent d3cb071050
commit 56373df33a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11782,14 +11782,14 @@ analysis.")
(define-public r-gee
(package
(name "r-gee")
(version "4.13-22")
(version "4.13-23")
(source
(origin
(method url-fetch)
(uri (cran-uri "gee" version))
(sha256
(base32
"1wbwn7bjqz09l6clh43dy3x5qgv9b9wwn7xnfw9fkkrhn6rvc3rw"))))
"0v0fam678pqqkxmj95f1pwsi08y1rbz1wxnp1ig81jvpn0xpq8gq"))))
(properties `((upstream-name . "gee")))
(build-system r-build-system)
(native-inputs