Archived
1
0
Fork 0

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 @@ and tidyr provides no margins or aggregation.")
(define-public r-hexbin (define-public r-hexbin
(package (package
(name "r-hexbin") (name "r-hexbin")
(version "1.27.3") (version "1.28.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "hexbin" version)) (uri (cran-uri "hexbin" version))
(sha256 (sha256
(base32 (base32
"14f181lw6sj5xhfxbrpyyinsjfl0nzqilq6z80lgrhj2cnkj593y")))) "0b58jb1kz39wzrnkv077cfzns889xly7psvhxnm3xmnx6yvd986d"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-lattice" ,r-lattice))) `(("r-lattice" ,r-lattice)))