diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-19 09:24:35 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-20 12:00:36 +0200 |
commit | 3585740f147e116b7e2de69712a6682b58e3d907 (patch) | |
tree | 72fca7be502f59a5745092c4ab4a0be30e51fd8e | |
parent | 720748957e9174301e8ffb0273f4359e4dfd9d0b (diff) | |
download | guix-3585740f147e116b7e2de69712a6682b58e3d907.tar guix-3585740f147e116b7e2de69712a6682b58e3d907.tar.gz |
gnu: r-raster: Update to 2.9-5.
* gnu/packages/cran.scm (r-raster): Update to 2.9-5.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 0bdb83a1d1..0db1e775b9 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6733,14 +6733,14 @@ used to teach mathematics, statistics, computation and modeling.") (define-public r-raster (package (name "r-raster") - (version "2.8-19") + (version "2.9-5") (source (origin (method url-fetch) (uri (cran-uri "raster" version)) (sha256 (base32 - "1lmhf7p7is8ai7lv7zsj2rdzf83j7ccl4x7a9vwxxa824zy4bkf4")))) + "0ljrymsp4zzaxdj1l0mw0a6hi88m5h0h920ixfzrg0szbyxqd0yk")))) (build-system r-build-system) (propagated-inputs `(("r-rcpp" ,r-rcpp) |