me
/
guix
Archived
1
0
Fork 0

gnu: r-gaston: Update to 1.5.8.

* gnu/packages/cran.scm (r-gaston): Update to 1.5.8.
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
1 changed files with 2 additions and 2 deletions

View File

@ -29935,14 +29935,14 @@ formal inference.")
(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))