gnu: r-spatstat-sparse: Update to 2.1-0.
* gnu/packages/cran.scm (r-spatstat-sparse): Update to 2.1-0.
This commit is contained in:
parent
421318e1de
commit
deb80f1548
1 changed files with 2 additions and 2 deletions
|
@ -26052,14 +26052,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 "2.0-0")
|
(version "2.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
|
||||||
"1iqrpazb88s4w208adf2qgm4ajwz3kwqck65k9g5l28zw9jcxyr7"))))
|
"148fxbxss569w73xaqpzwpz9rfjdgznh2ngf06gvm33631222680"))))
|
||||||
(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