mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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 @@ (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))
|
||||
|
|
Loading…
Reference in a new issue