gnu: r-gaston: Update to 1.6.

* gnu/packages/cran.scm (r-gaston): Update to 1.6.

Change-Id: I63a452e40f17065a263d1dc731b3ae54f921bff7
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:17:04 +01:00
parent 6351c2bbc8
commit a8d88d9798
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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