gnu: r-ggh4x: Update to 0.2.3.

* gnu/packages/cran.scm (r-ggh4x): Update to 0.2.3.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:22:33 +01:00
parent 352191bb12
commit 1a4007f1b7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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