mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-spatstat-model: Update to 3.2-10.
* gnu/packages/cran.scm (r-spatstat-model): Update to 3.2-10. Change-Id: I38663d7ae11711d91d503892b4443086be812ca3
This commit is contained in:
parent
99b21bc91b
commit
e95d7a731f
1 changed files with 2 additions and 2 deletions
|
@ -34380,13 +34380,13 @@ (define-public r-spatstat-explore
|
|||
(define-public r-spatstat-model
|
||||
(package
|
||||
(name "r-spatstat-model")
|
||||
(version "3.2-8")
|
||||
(version "3.2-10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "spatstat.model" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1x03fy921rq8dyr6jkpwnx7pf7fc5593mvnl8r1gz3sypnmp6p4d"))))
|
||||
"0hl2pg5lhypqxlzrmf9sjp2m44g1yjbhnjff712x542vhwva889a"))))
|
||||
(properties `((upstream-name . "spatstat.model")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue