me
/
guix
Archived
1
0
Fork 0

gnu: r-terra: Update to 1.7-18.

* gnu/packages/cran.scm (r-terra): Update to 1.7-18.
master
Ricardo Wurmus 2023-03-19 14:44:35 +01:00
parent 96c4915d7c
commit e9f1e6450e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -24282,14 +24282,14 @@ emphasize hidden group structures in networks or focus on specific nodes.")
(define-public r-terra
(package
(name "r-terra")
(version "1.7-3")
(version "1.7-18")
(source
(origin
(method url-fetch)
(uri (cran-uri "terra" version))
(sha256
(base32
"0bi7d25g1ihl8gzwycxd0l47g94gx8975r1xbj6hh0dir2br7zl9"))))
"0ipavj170yzp88dvbka6a0y683qn78dj7chr1ym1ghncrqkmk0fn"))))
(properties `((upstream-name . "terra")))
(build-system r-build-system)
(inputs