mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-terra: Update to 1.7-29.
* gnu/packages/cran.scm (r-terra): Update to 1.7-29.
This commit is contained in:
parent
c96ed127f6
commit
86de3bd06e
1 changed files with 2 additions and 2 deletions
|
@ -24950,14 +24950,14 @@ (define-public r-graphlayouts
|
|||
(define-public r-terra
|
||||
(package
|
||||
(name "r-terra")
|
||||
(version "1.7-23")
|
||||
(version "1.7-29")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "terra" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xri4cxvkpdyxvm1cv6dypyv0ww9al99vmrhzhscvwj7xycckabg"))))
|
||||
"19bwakxccgyn054p7nrf820jq7nwpcjlrgj2ldk137scld9b0f9z"))))
|
||||
(properties `((upstream-name . "terra")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue