mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-spatstat-explore: Update to 3.2-1.
* gnu/packages/cran.scm (r-spatstat-explore): Update to 3.2-1.
This commit is contained in:
parent
11f8669e4d
commit
c3c5aeb666
1 changed files with 2 additions and 2 deletions
|
@ -32095,13 +32095,13 @@ (define-public r-tensor
|
|||
(define-public r-spatstat-explore
|
||||
(package
|
||||
(name "r-spatstat-explore")
|
||||
(version "3.1-0")
|
||||
(version "3.2-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "spatstat.explore" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vh8kl1b3bi2jzqi5pi7j8d96gfjsxnpgz2b44sbicrdcn14ivw7"))))
|
||||
"02n64bml361xakfbj71m7mgkb0p6szqc55lijjsnwa3z69pwwshb"))))
|
||||
(properties `((upstream-name . "spatstat.explore")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue