me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: Id4d21cf39ac47dba310f16d26d294ec314925b45
master
Ricardo Wurmus 2024-05-07 22:18:42 +02:00
parent 1b6f915a88
commit be22689e75
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7670,13 +7670,13 @@ most popular ones.")
(define-public r-sp
(package
(name "r-sp")
(version "2.1-3")
(version "2.1-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "sp" version))
(sha256
(base32 "0m44qr2l8xmqbgi95h200bwy9ca8jihiqzfarws1p09lwmr954zs"))))
(base32 "02lz8wcx16ay3zdqhdb57847i9qg2wzajrfp1z2xpmyjc7xyg1g1"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice))