me
/
guix
Archived
1
0
Fork 0

gnu: r-ggh4x: Update to 0.2.4.

* gnu/packages/cran.scm (r-ggh4x): Update to 0.2.4.
master
Ricardo Wurmus 2023-04-06 17:32:41 +02:00
parent 2dc53b757e
commit e8b964b8dc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -38221,14 +38221,14 @@ be efficient and easy to use.")
(define-public r-ggh4x
(package
(name "r-ggh4x")
(version "0.2.3")
(version "0.2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggh4x" version))
(sha256
(base32
"0da5r8zfx1ixhk266byspfm2aifhm0jrvbk264xya712pxayiw4a"))))
"15b2agnk5dsinrxkbq5bmqgckssvlrkwarj2pi7xi8lxsqqrpw3w"))))
(properties `((upstream-name . "ggh4x")))
(build-system r-build-system)
(propagated-inputs