me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-spatstat-utils): Update to 2.2-0.
master
Ricardo Wurmus 2021-07-10 13:26:23 +02:00
parent c13d544d67
commit de77e21eed
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -25880,14 +25880,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.1-0")
(version "2.2-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "spatstat.utils" version))
(sha256
(base32
"18gqsc1a85pk69aifi10wprv1c0lci3zxp4wqjb27dlmlbz6jdgd"))))
"1aypccpv0zavxwmqzvlka8981n9km7ml3jbmxz21sql58997xn2s"))))
(properties
`((upstream-name . "spatstat.utils")))
(build-system r-build-system)