mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: r-spdep: Update to 1.2-3.
* gnu/packages/cran.scm (r-spdep): Update to 1.2-3.
This commit is contained in:
parent
3074a0ef14
commit
be84cf818c
1 changed files with 2 additions and 2 deletions
|
@ -17288,13 +17288,13 @@ datum transformations.")
|
||||||
(define-public r-spdep
|
(define-public r-spdep
|
||||||
(package
|
(package
|
||||||
(name "r-spdep")
|
(name "r-spdep")
|
||||||
(version "1.2-2")
|
(version "1.2-3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "spdep" version))
|
(uri (cran-uri "spdep" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08sya6vy7s87h337g2fanncw6xx9y9z8nxpqalbdxv9vpsc6zx4l"))
|
"0qd7qjblx49gp07pcf4qb2f93ab3p126pa77g6mq4z3jaa510hak"))
|
||||||
(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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue