mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: r-spatstat-explore: Update to 3.1-0.
* gnu/packages/cran.scm (r-spatstat-explore): Update to 3.1-0.
This commit is contained in:
parent
b42e432e8b
commit
760ecb43ee
1 changed files with 2 additions and 2 deletions
|
@ -31332,13 +31332,13 @@ (define-public r-tensor
|
||||||
(define-public r-spatstat-explore
|
(define-public r-spatstat-explore
|
||||||
(package
|
(package
|
||||||
(name "r-spatstat-explore")
|
(name "r-spatstat-explore")
|
||||||
(version "3.0-6")
|
(version "3.1-0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "spatstat.explore" version))
|
(uri (cran-uri "spatstat.explore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m85as59672psx5miqwi5479mm44ddx2misxmy188bn0b0nw7k9b"))))
|
"0vh8kl1b3bi2jzqi5pi7j8d96gfjsxnpgz2b44sbicrdcn14ivw7"))))
|
||||||
(properties `((upstream-name . "spatstat.explore")))
|
(properties `((upstream-name . "spatstat.explore")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue