me
/
guix
Archived
1
0
Fork 0

gnu: r-spatstat-utils: Update to 2.1-0.

* gnu/packages/cran.scm (r-spatstat-utils): Update to 2.1-0.
master
Ricardo Wurmus 2021-04-08 02:26:00 +02:00
parent 213d7e7649
commit 35654c7285
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -24776,14 +24776,14 @@ diagonals. This package allows you to compute the tensor product of arrays.")
(define-public r-spatstat-utils
(package
(name "r-spatstat-utils")
(version "2.0-0")
(version "2.1-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "spatstat.utils" version))
(sha256
(base32
"1li0vksxpkvgyx3j2wi40kj5687vwakkfdix6icm6g01a0lb2m5d"))))
"18gqsc1a85pk69aifi10wprv1c0lci3zxp4wqjb27dlmlbz6jdgd"))))
(properties
`((upstream-name . "spatstat.utils")))
(build-system r-build-system)