mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: r-spatstat-explore: Update to 3.0-6.
* gnu/packages/cran.scm (r-spatstat-explore): Update to 3.0-6.
This commit is contained in:
parent
c89cbd8f23
commit
62d9721d68
1 changed files with 2 additions and 2 deletions
|
@ -30228,13 +30228,13 @@ (define-public r-tensor
|
|||
(define-public r-spatstat-explore
|
||||
(package
|
||||
(name "r-spatstat-explore")
|
||||
(version "3.0-5")
|
||||
(version "3.0-6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "spatstat.explore" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qn8dmymbnh9vdw0hysijkk2nwz5q69i62smpp8f3wy3z898lhwz"))))
|
||||
"1m85as59672psx5miqwi5479mm44ddx2misxmy188bn0b0nw7k9b"))))
|
||||
(properties `((upstream-name . "spatstat.explore")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue