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
(package
(name "r-sp")
(version "1.6-1")
(version "2.0-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "sp" version))
(sha256
(base32 "09d3jhk7iwjfhzyq0cwws1p5gspj9nxww5x7xvngh8hr9gan5wkn"))))
(base32 "1wc8bwfqalpbsicgdrfkvmg3lm65nghf35m2g8fh4q9hr5gxpy09"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice))