gnu: r-terra: Update to 1.6-17.
* gnu/packages/cran.scm (r-terra): Update to 1.6-17.
This commit is contained in:
parent
294e5589b9
commit
01e279bb8b
1 changed files with 2 additions and 2 deletions
|
@ -21610,14 +21610,14 @@ emphasize hidden group structures in networks or focus on specific nodes.")
|
||||||
(define-public r-terra
|
(define-public r-terra
|
||||||
(package
|
(package
|
||||||
(name "r-terra")
|
(name "r-terra")
|
||||||
(version "1.6-7")
|
(version "1.6-17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "terra" version))
|
(uri (cran-uri "terra" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p67797i9n4cjk1lp4a84h220428nxv940n1kjg1ysl3chrf0w1l"))))
|
"00mwigymvsqf7r3swbkdw8fwqzr05ddk84fhyhr16lfa4118z26v"))))
|
||||||
(properties `((upstream-name . "terra")))
|
(properties `((upstream-name . "terra")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue