1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 05:30:32 +02: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:
Ricardo Wurmus
2023-12-28 00:44:41 +01:00
parent ba23ca977e
commit b9e33a7fd4

View File

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