rekado pushed a commit to branch master
in repository guix.
commit c9f9ad5832c01a5f28c909ccf8f39ca3c0b47259
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Dec 19 17:07:19 2022 +0100
gnu: r-maptools: Update to 1.1-6.
* gnu/packages/cran.scm (r-maptools): Update to 1.1-6.
---
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 34f2457fbe..fed742cf7c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9681,14 +9681,14 @@ simple method for converting between file types.")
(define-public r-maptools
(package
(name "r-maptools")
- (version "1.1-5")
+ (version "1.1-6")
(source
(origin
(method url-fetch)
(uri (cran-uri "maptools" version))
(sha256
(base32
- "1p155w26hpmqc589kxha0xgw5b4x6610a3im7ap4mjx1sfavvn9w"))))
+ "024kyq81gwpl7shil63nng1z6pgqcwy6j6wj44gj7ch3vd9dz9fn"))))
(build-system r-build-system)
(propagated-inputs
(list r-foreign r-lattice r-sp))