gnu: r-maptools: Update to 1.1-8.

* gnu/packages/cran.scm (r-maptools): Update to 1.1-8.
This commit is contained in:
Ricardo Wurmus 2023-08-28 14:16:21 +02:00
parent b0f07b17a0
commit a7444f75b4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11681,14 +11681,14 @@ (define-public r-rio
(define-public r-maptools
(package
(name "r-maptools")
(version "1.1-7")
(version "1.1-8")
(source
(origin
(method url-fetch)
(uri (cran-uri "maptools" version))
(sha256
(base32
"0m576fzaaqbz1pqjv585841k93xnmx844kpsjzivmpfyvhbmw81v"))))
"1xz0cqg629vz7mawwxx650mgmvh3wzn25rnxy4sij5jrypipk1ay"))))
(build-system r-build-system)
(propagated-inputs
(list r-foreign r-lattice r-sp))