me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: I5e8dd710a02e63861c49d513ea2d66635889ceb5
master
Ricardo Wurmus 2024-07-02 14:58:39 +02:00
parent e261e7e410
commit 71d80a8b6a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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