rekado pushed a commit to branch master
in repository guix.
commit 0fb3b3a73eb974f971dc98122124576338ce02e6
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Oct 31 13:41:04 2020 +0100
gnu: r-sp: Update to 1.4-4.
* gnu/packages/cran.scm (r-sp): Update to 1.4-4.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fc18f1c..9fc10b2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2635,13 +2635,13 @@ most popular ones.")
(define-public r-sp
(package
(name "r-sp")
- (version "1.4-2")
+ (version "1.4-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "sp" version))
(sha256
- (base32 "02jxsd30apzjbdbssirysq70d4svdwzn931jhxr0ladl72g9bqvk"))))
+ (base32 "0zzw1gfic5b311vrbkmmmaap3yllgd192af067l5ymm885jqm1zs"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)))