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

* gnu/packages/cran.scm (r-maptools): Update to 1.1-6.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:19 +01:00
parent 17adace60b
commit c9f9ad5832
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9681,14 +9681,14 @@ (define-public r-rio
(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))