me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-sp): Update to 2.1-1.

Change-Id: Ib1c37ccf1ac44649c563f5bcb071eff1e743a0a6
Ricardo Wurmus 2023-10-25 16:57:35 +02:00
parent a56ae72724
commit 666bf3eb3a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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