mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -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
|
||||
(package
|
||||
(name "r-spatstat-explore")
|
||||
(version "3.0-6")
|
||||
(version "3.1-0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "spatstat.explore" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1m85as59672psx5miqwi5479mm44ddx2misxmy188bn0b0nw7k9b"))))
|
||||
"0vh8kl1b3bi2jzqi5pi7j8d96gfjsxnpgz2b44sbicrdcn14ivw7"))))
|
||||
(properties `((upstream-name . "spatstat.explore")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue