me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-sp): Update to 2.1-0.
master
Ricardo Wurmus 2023-10-05 13:34:43 +02:00
parent 9aa7e46c86
commit 50f7b875a9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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