me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-gee): Update to 4.13-22.
Ricardo Wurmus 2022-03-12 23:04:25 +01:00
parent 31454078f9
commit 710a8f93c2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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