gnu: r-gaston: Update to 1.5.9.

* gnu/packages/cran.scm (r-gaston): Update to 1.5.9.
This commit is contained in:
Ricardo Wurmus 2023-01-02 15:00:10 +01:00
parent c8def63b5e
commit f5ba03be6d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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