mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: r-raster: Update to 3.6-23.
* gnu/packages/cran.scm (r-raster): Update to 3.6-23.
This commit is contained in:
parent
c16238380e
commit
63319c1939
1 changed files with 2 additions and 2 deletions
|
@ -14159,14 +14159,14 @@ used to teach mathematics, statistics, computation and modeling.")
|
||||||
(define-public r-raster
|
(define-public r-raster
|
||||||
(package
|
(package
|
||||||
(name "r-raster")
|
(name "r-raster")
|
||||||
(version "3.6-20")
|
(version "3.6-23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "raster" version))
|
(uri (cran-uri "raster" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04x8b4fhqrl3x44dpjs6j6aknr2n54jinrl77d5c38ip9sgy8nvy"))))
|
"0ng18sfw9kmhi48j8b5bzgh2ylvf5wi2zidn66k4vqaxl5s6hidz"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-rcpp r-sp r-terra))
|
(list r-rcpp r-sp r-terra))
|
||||||
|
|
Loading…
Add table
Reference in a new issue