1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

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

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

Change-Id: Id4d21cf39ac47dba310f16d26d294ec314925b45
This commit is contained in:
Ricardo Wurmus
2024-05-07 22:18:42 +02:00
parent 1b6f915a88
commit be22689e75
+2 -2
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))