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

* gnu/packages/cran.scm (r-sp): Update to 1.4-2.
This commit is contained in:
Ricardo Wurmus 2020-06-11 15:05:09 +02:00
parent ac5dbcfd49
commit 6aa54116c6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2313,13 +2313,13 @@ (define-public r-proxy
(define-public r-sp
(package
(name "r-sp")
(version "1.4-1")
(version "1.4-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "sp" version))
(sha256
(base32 "0fbh865r4py89g6ln8bslig2vbxxwa642p5k5g02rskyhajg35lg"))))
(base32 "02jxsd30apzjbdbssirysq70d4svdwzn931jhxr0ladl72g9bqvk"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)))