gnu: r-ggh4x: Update to 0.2.1.

* gnu/packages/cran.scm (r-ggh4x): Update to 0.2.1.
This commit is contained in:
Ricardo Wurmus 2022-01-05 19:34:36 +01:00
parent 8f9b7ee002
commit 593667a8c0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -31669,14 +31669,14 @@ be efficient and easy to use.")
(define-public r-ggh4x
(package
(name "r-ggh4x")
(version "0.2.0")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggh4x" version))
(sha256
(base32
"0gv9ckkdqbcjknzsv8h3955wnikawdfypr279v74hvwyq86af29r"))))
"1r49yfm5fqv5s7jb92ad6rf8hd9plcry6f500czjhnhhrp16cqfp"))))
(properties `((upstream-name . "ggh4x")))
(build-system r-build-system)
(propagated-inputs