gnu: r-sp: Update to 1.3-2.

* gnu/packages/cran.scm (r-sp): Update to 1.3-2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-08 12:56:27 +01:00
parent 09abffcca2
commit 5d78d47bd6
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -2056,14 +2056,13 @@ (define-public r-proxy
(define-public r-sp
(package
(name "r-sp")
(version "1.3-1")
(version "1.3-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "sp" version))
(sha256
(base32
"17xm1ig80p9wc860hm3bgishz6lj9fxgwqidj7rkbk4ap99qp62p"))))
(base32 "0kpjsqh3lzqp1m0avsvm54lazlgwfx3hyf0av3mvbyslsanj42ll"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)))