mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-ggh4x: Update to 0.2.8.
* gnu/packages/cran.scm (r-ggh4x): Update to 0.2.8. Change-Id: I9757f1168761b5f9d820ba43bfffcea7d4979e66
This commit is contained in:
parent
44d50d1b08
commit
b029555e56
1 changed files with 2 additions and 2 deletions
|
@ -40931,14 +40931,14 @@ (define-public r-varhandle
|
|||
(define-public r-ggh4x
|
||||
(package
|
||||
(name "r-ggh4x")
|
||||
(version "0.2.7")
|
||||
(version "0.2.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggh4x" version))
|
||||
(sha256
|
||||
(base32
|
||||
"114xvlpdhnsdnw1g89yls3z80dxcj9fah09kvfddhlwbqbknxjxf"))))
|
||||
"1vk2xqf1m14zy0jynv73f56a3slrpa9nymvw236v9ixgafarwkm8"))))
|
||||
(properties `((upstream-name . "ggh4x")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue