mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: r-spatstat-core: Update to 2.4-2.
* gnu/packages/cran.scm (r-spatstat-core): Update to 2.4-2.
This commit is contained in:
parent
4b83a0d866
commit
787022b052
1 changed files with 2 additions and 2 deletions
|
@ -27247,14 +27247,14 @@ (define-public r-spatstat-geom
|
|||
(define-public r-spatstat-core
|
||||
(package
|
||||
(name "r-spatstat-core")
|
||||
(version "2.4-0")
|
||||
(version "2.4-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "spatstat.core" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dx6fh6l3bqxqfaczm9gxx1sirmdpx8biag462pj9wjqmw9m4j35"))))
|
||||
"0bhdxyw212yf9y9nsvbz4yy08ka3wr3hkjqpag0ys2s1p22c51b9"))))
|
||||
(properties `((upstream-name . "spatstat.core")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue