mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-highr: Update to 0.10.
* gnu/packages/statistics.scm (r-highr): Update to 0.10.
This commit is contained in:
parent
9817e4adac
commit
6abdb707d1
1 changed files with 2 additions and 2 deletions
|
@ -1472,13 +1472,13 @@ (define-public r-formatr
|
|||
(define-public r-highr
|
||||
(package
|
||||
(name "r-highr")
|
||||
(version "0.9")
|
||||
(version "0.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "highr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kgdv2vf1lz3b5kbal9s83gg6812nw7fvrq0rkyr0v4k1lwi3zxy"))))
|
||||
"0yrlpjs8qzq1d7iy4gypnf4x1gvxq6vaghkdh1kfv433yqgvqmgc"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-xfun))
|
||||
|
|
Loading…
Reference in a new issue