mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-spatstat-core: Update to 2.3-1.
* gnu/packages/cran.scm (r-spatstat-core): Update to 2.3-1.
This commit is contained in:
parent
3b4c4f69b0
commit
0b9ee4f2b9
1 changed files with 2 additions and 2 deletions
|
@ -26791,14 +26791,14 @@ (define-public r-spatstat-geom
|
||||||
(define-public r-spatstat-core
|
(define-public r-spatstat-core
|
||||||
(package
|
(package
|
||||||
(name "r-spatstat-core")
|
(name "r-spatstat-core")
|
||||||
(version "2.3-0")
|
(version "2.3-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "spatstat.core" version))
|
(uri (cran-uri "spatstat.core" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j962lzllqzxkd57j6immyj94pc53ff9mlvw1iscw7cnn9nyr5ap"))))
|
"1fq6ynds66d836drf758syqhfz0341fxif0r5hbf5lfkwp3a2wfk"))))
|
||||||
(properties `((upstream-name . "spatstat.core")))
|
(properties `((upstream-name . "spatstat.core")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue