me
/
guix
Archived
1
0
Fork 0

gnu: r-spatstat-utils: Update to 1.20-2.

* gnu/packages/cran.scm (r-spatstat-utils): Update to 1.20-2.
master
Ricardo Wurmus 2021-01-20 17:12:52 +01:00
parent 59f4eafdda
commit fdd4eff279
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -23711,14 +23711,14 @@ diagonals. This package allows you to compute the tensor product of arrays.")
(define-public r-spatstat-utils
(package
(name "r-spatstat-utils")
(version "1.17-0")
(version "1.20-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "spatstat.utils" version))
(sha256
(base32
"08h9kzkkxvlnngxnv5mdylfali5jj4yhgbr8kvf8l7glswz6ik9r"))))
"066f35017wpbz9plwc14gji3ddq4a1h2lx4mcgxajrcrk0zl3hk2"))))
(properties
`((upstream-name . "spatstat.utils")))
(build-system r-build-system)