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:
parent
6351c2bbc8
commit
a8d88d9798
1 changed files with 2 additions and 2 deletions
|
|
@ -34246,14 +34246,14 @@ formal inference.")
|
||||||
(define-public r-gaston
|
(define-public r-gaston
|
||||||
(package
|
(package
|
||||||
(name "r-gaston")
|
(name "r-gaston")
|
||||||
(version "1.5.9")
|
(version "1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "gaston" version))
|
(uri (cran-uri "gaston" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f4pr5s4p4rw1smvsh2gwjxp7hh43j1fpadl286ma9i62kirpyq7"))))
|
"1knjyw2dsarljj2zsqp3hi6hk6m90sfqp2l535h3arj70l3rq9x4"))))
|
||||||
(properties `((upstream-name . "gaston")))
|
(properties `((upstream-name . "gaston")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list zlib))
|
(inputs (list zlib))
|
||||||
|
|
|
||||||
Reference in a new issue