mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: r-spdep: Update to 1.2-4.
* gnu/packages/cran.scm (r-spdep): Update to 1.2-4.
This commit is contained in:
parent
085029e733
commit
0ab5079af9
1 changed files with 2 additions and 2 deletions
|
@ -17477,13 +17477,13 @@ (define-public r-sf
|
||||||
(define-public r-spdep
|
(define-public r-spdep
|
||||||
(package
|
(package
|
||||||
(name "r-spdep")
|
(name "r-spdep")
|
||||||
(version "1.2-3")
|
(version "1.2-4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "spdep" version))
|
(uri (cran-uri "spdep" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qd7qjblx49gp07pcf4qb2f93ab3p126pa77g6mq4z3jaa510hak"))
|
"0xx6k3rsvsz1hwj0ny8aqfi9ca54x38f8pz8sfya5cggaspxbx59"))
|
||||||
(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…
Reference in a new issue