mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-spatstat: Update to 3.0-8.
* gnu/packages/cran.scm (r-spatstat): Update to 3.0-8. Change-Id: I885f9707f1c442e2b1f1667792b33e665ecfa809
This commit is contained in:
parent
126ddf017f
commit
13bfcf9d6b
1 changed files with 2 additions and 2 deletions
|
@ -34870,14 +34870,14 @@ (define-public r-spatstat-random
|
|||
(define-public r-spatstat
|
||||
(package
|
||||
(name "r-spatstat")
|
||||
(version "3.0-7")
|
||||
(version "3.0-8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "spatstat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h6fnri3ma5kgzkwv4lr2i2jvsx8sg4am3rgzb29h7l89x59yxrk"))))
|
||||
"0ghhj161n7bxd6hpk3hz6lq2gv8bwx5clrdp729lfyi9d1xjw162"))))
|
||||
(properties `((upstream-name . "spatstat")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue