mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
gnu: r-gee: Update to 4.13-27.
* gnu/packages/cran.scm (r-gee): Update to 4.13-27. Change-Id: I5e8dd710a02e63861c49d513ea2d66635889ceb5
This commit is contained in:
parent
e261e7e410
commit
71d80a8b6a
1 changed files with 2 additions and 2 deletions
|
@ -17408,14 +17408,14 @@ (define-public r-survey
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue