gnu: r-maptools: Update to 0.9-5.
* gnu/packages/cran.scm (r-maptools): Update to 0.9-5.
This commit is contained in:
parent
d3f22f0aea
commit
bbe9421174
1 changed files with 2 additions and 2 deletions
|
@ -4958,14 +4958,14 @@ (define-public r-rio
|
|||
(define-public r-maptools
|
||||
(package
|
||||
(name "r-maptools")
|
||||
(version "0.9-4")
|
||||
(version "0.9-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "maptools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1753kgyc4kmbb5h6knz5wgvvvj8v77kzm8lz0kwz05m5k3spa24k"))))
|
||||
"1pbvcn9xfx0hxq1ppbfg9xm5j04q4c15nj983yjmg7dlkzq135ax"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-foreign" ,r-foreign)
|
||||
|
|
Loading…
Reference in a new issue