me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-gee): Update to 4.13-26.

Change-Id: I5cdd6f8b51f58affb68893bbde1291cdab30cc1d
Ricardo Wurmus 2023-12-15 12:16:54 +01:00
parent ca94f61878
commit be7dd9cdef
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16009,14 +16009,14 @@ analysis.")
(define-public r-gee
(package
(name "r-gee")
(version "4.13-25")
(version "4.13-26")
(source
(origin
(method url-fetch)
(uri (cran-uri "gee" version))
(sha256
(base32
"128f810h88jxz1wdcmqjj3drb69b0rwx38l682i97rzb5wg8hh71"))))
"1323qv2hiinixmwcb8rfvf5qmkffnnq9f1g8kj9amwsimfsm71cs"))))
(properties `((upstream-name . "gee")))
(build-system r-build-system)
(native-inputs