mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: r-hexbin: Update to 1.28.0.
* gnu/packages/statistics.scm (r-hexbin): Update to 1.28.0.
This commit is contained in:
parent
d458b2a9e5
commit
f40fedd8fd
1 changed files with 2 additions and 2 deletions
|
@ -3799,14 +3799,14 @@ (define-public r-tidyr
|
|||
(define-public r-hexbin
|
||||
(package
|
||||
(name "r-hexbin")
|
||||
(version "1.27.3")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "hexbin" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14f181lw6sj5xhfxbrpyyinsjfl0nzqilq6z80lgrhj2cnkj593y"))))
|
||||
"0b58jb1kz39wzrnkv077cfzns889xly7psvhxnm3xmnx6yvd986d"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-lattice" ,r-lattice)))
|
||||
|
|
Loading…
Reference in a new issue