me
/
guix
Archived
1
0
Fork 0

gnu: r-gaston: Update to 1.5.7.

* gnu/packages/cran.scm (r-gaston): Update to 1.5.7.
master
Ricardo Wurmus 2020-10-05 22:45:13 +02:00
parent ad3f4b13eb
commit aac676e996
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -23090,14 +23090,14 @@ formal inference.")
(define-public r-gaston
(package
(name "r-gaston")
(version "1.5.6")
(version "1.5.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "gaston" version))
(sha256
(base32
"1bx6iqfjb9lf3vn0z7v8wjv9m7issvqsnymm4qsgl3622s6qz6rg"))))
"14z94dpln4dvgrv2w7w9ik7h6rpvbf02qhq1hqzx8c2cndzxr21i"))))
(properties `((upstream-name . "gaston")))
(build-system r-build-system)
(inputs `(("zlib" ,zlib)))