gnu: r-gaston: Update to 1.5.8.

* gnu/packages/cran.scm (r-gaston): Update to 1.5.8.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:28 +01:00
parent 55b2498ed1
commit 238ee9154f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -29935,14 +29935,14 @@ (define-public r-spatstat
(define-public r-gaston
(package
(name "r-gaston")
(version "1.5.7")
(version "1.5.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "gaston" version))
(sha256
(base32
"14z94dpln4dvgrv2w7w9ik7h6rpvbf02qhq1hqzx8c2cndzxr21i"))))
"1pv37csq3gvkld7hfxgbq72n35gx1wg3bvrcvzzzf0qsfb6g42cc"))))
(properties `((upstream-name . "gaston")))
(build-system r-build-system)
(inputs (list zlib))