gnu: r-sp: Update to 2.0-0.

* gnu/packages/cran.scm (r-sp): Update to 2.0-0.
This commit is contained in:
Ricardo Wurmus 2023-07-11 15:35:22 +02:00
parent 551e46d290
commit 2ba310e2af
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6378,13 +6378,13 @@ most popular ones.")
(define-public r-sp (define-public r-sp
(package (package
(name "r-sp") (name "r-sp")
(version "1.6-1") (version "2.0-0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "sp" version)) (uri (cran-uri "sp" version))
(sha256 (sha256
(base32 "09d3jhk7iwjfhzyq0cwws1p5gspj9nxww5x7xvngh8hr9gan5wkn")))) (base32 "1wc8bwfqalpbsicgdrfkvmg3lm65nghf35m2g8fh4q9hr5gxpy09"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-lattice)) (list r-lattice))