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