gnu: r-maptools: Update to 1.1-6.
* gnu/packages/cran.scm (r-maptools): Update to 1.1-6.
This commit is contained in:
parent
17adace60b
commit
c9f9ad5832
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Reference in a new issue