mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-gaston: Update to 1.5.9.
* gnu/packages/cran.scm (r-gaston): Update to 1.5.9.
This commit is contained in:
parent
c8def63b5e
commit
f5ba03be6d
1 changed files with 2 additions and 2 deletions
|
@ -30139,14 +30139,14 @@ (define-public r-spatstat
|
|||
(define-public r-gaston
|
||||
(package
|
||||
(name "r-gaston")
|
||||
(version "1.5.8")
|
||||
(version "1.5.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gaston" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pv37csq3gvkld7hfxgbq72n35gx1wg3bvrcvzzzf0qsfb6g42cc"))))
|
||||
"1f4pr5s4p4rw1smvsh2gwjxp7hh43j1fpadl286ma9i62kirpyq7"))))
|
||||
(properties `((upstream-name . "gaston")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list zlib))
|
||||
|
|
Loading…
Reference in a new issue