gnu: r-spatstat-sparse: Update to 3.1-0.
* gnu/packages/cran.scm (r-spatstat-sparse): Update to 3.1-0. Change-Id: I8b76294106d622065c00ad8d96b1fe53c3d06e4b
This commit is contained in:
parent
3369120ede
commit
5e2ee0a86f
1 changed files with 2 additions and 2 deletions
|
|
@ -35596,14 +35596,14 @@ which may also be useful for other purposes.")
|
||||||
(define-public r-spatstat-sparse
|
(define-public r-spatstat-sparse
|
||||||
(package
|
(package
|
||||||
(name "r-spatstat-sparse")
|
(name "r-spatstat-sparse")
|
||||||
(version "3.0-3")
|
(version "3.1-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "spatstat.sparse" version))
|
(uri (cran-uri "spatstat.sparse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0scdk3ns4nl1v1avbggnsinfpvl4i8391qy3x1iwxvkimr14xg3b"))))
|
"1sdv9d3f5xc87qiwbfjikl12h2vkmdfq2faal5wbhfc3h72mvgk3"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "spatstat.sparse")))
|
`((upstream-name . "spatstat.sparse")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
|
||||||
Reference in a new issue