mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-ggh4x: Update to 0.2.3.
* gnu/packages/cran.scm (r-ggh4x): Update to 0.2.3.
This commit is contained in:
parent
352191bb12
commit
1a4007f1b7
1 changed files with 2 additions and 2 deletions
|
@ -35284,14 +35284,14 @@ (define-public r-varhandle
|
|||
(define-public r-ggh4x
|
||||
(package
|
||||
(name "r-ggh4x")
|
||||
(version "0.2.2")
|
||||
(version "0.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggh4x" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11mskrby3gyjhkvnkcwl2ar1bdh4h45y48dfnm4kzgc7nwvdl3ia"))))
|
||||
"0da5r8zfx1ixhk266byspfm2aifhm0jrvbk264xya712pxayiw4a"))))
|
||||
(properties `((upstream-name . "ggh4x")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue