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

* gnu/packages/cran.scm (r-maptools): Update to 1.1-7.
This commit is contained in:
Ricardo Wurmus 2023-06-03 08:32:02 +02:00
parent 2ebd2d1050
commit e0e8974176
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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