me
/
guix
Archived
1
0
Fork 0

gnu: r-ggh4x: Update to 0.2.3.

* gnu/packages/cran.scm (r-ggh4x): Update to 0.2.3.
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
1 changed files with 2 additions and 2 deletions

View File

@ -35284,14 +35284,14 @@ be efficient and easy to use.")
(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