gnu: r-spdep: Update to 1.2-2.
* gnu/packages/cran.scm (r-spdep): Update to 1.2-2.master
parent
cb41225ca4
commit
8b3d6b19d1
|
@ -16523,13 +16523,13 @@ datum transformations.")
|
||||||
(define-public r-spdep
|
(define-public r-spdep
|
||||||
(package
|
(package
|
||||||
(name "r-spdep")
|
(name "r-spdep")
|
||||||
(version "1.2-1")
|
(version "1.2-2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "spdep" version))
|
(uri (cran-uri "spdep" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ya39bgmzagrk4k51zd96l4xvnbc2vzmvd0z9qprdfvg9s6pik78"))
|
"08sya6vy7s87h337g2fanncw6xx9y9z8nxpqalbdxv9vpsc6zx4l"))
|
||||||
(snippet
|
(snippet
|
||||||
'(for-each delete-file '("inst/doc/CO69.html"
|
'(for-each delete-file '("inst/doc/CO69.html"
|
||||||
"inst/doc/CO69.R"
|
"inst/doc/CO69.R"
|
||||||
|
|
Reference in New Issue