gnu: r-hexbin: Update to 1.28.0.

* gnu/packages/statistics.scm (r-hexbin): Update to 1.28.0.
This commit is contained in:
Ricardo Wurmus 2019-11-14 08:24:37 +01:00
parent d458b2a9e5
commit f40fedd8fd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)))