mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-spatstat-model: Update to 3.2-11.
* gnu/packages/cran.scm (r-spatstat-model): Update to 3.2-11. Change-Id: I130c3ab3297e85029f5ed258bc422e785e7ec3f6
This commit is contained in:
parent
177421f5fb
commit
8f3dc17155
1 changed files with 2 additions and 2 deletions
|
@ -34645,13 +34645,13 @@ (define-public r-spatstat-explore
|
|||
(define-public r-spatstat-model
|
||||
(package
|
||||
(name "r-spatstat-model")
|
||||
(version "3.2-10")
|
||||
(version "3.2-11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "spatstat.model" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hl2pg5lhypqxlzrmf9sjp2m44g1yjbhnjff712x542vhwva889a"))))
|
||||
"0hvnqig6cdrp8hk2fkcajag3hrqsamfr6h66wn4cs30iblic23bh"))))
|
||||
(properties `((upstream-name . "spatstat.model")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue