gnu: r-ggh4x: Update to 0.2.6.
* gnu/packages/cran.scm (r-ggh4x): Update to 0.2.6.
This commit is contained in:
parent
772f00b171
commit
b832880b1e
1 changed files with 2 additions and 2 deletions
|
@ -39852,14 +39852,14 @@ be efficient and easy to use.")
|
||||||
(define-public r-ggh4x
|
(define-public r-ggh4x
|
||||||
(package
|
(package
|
||||||
(name "r-ggh4x")
|
(name "r-ggh4x")
|
||||||
(version "0.2.5")
|
(version "0.2.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggh4x" version))
|
(uri (cran-uri "ggh4x" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xj4nlxrpmwzdlj4q3vnhwy7gd1634ff7yjsnaf609ap0q23mxb1"))))
|
"0frbkdylyz630y7rjyif0whf74r89ca5bmhk9djcwz8nqfs2jygb"))))
|
||||||
(properties `((upstream-name . "ggh4x")))
|
(properties `((upstream-name . "ggh4x")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue