gnu: r-hexbin: Update to 1.27.3.

* gnu/packages/statistics.scm (r-hexbin): Update to 1.27.3.
master
Ricardo Wurmus 2019-05-18 06:48:10 +02:00
parent c5f6d1798c
commit b1b9212d1a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3776,14 +3776,14 @@ and tidyr provides no margins or aggregation.")
(define-public r-hexbin
(package
(name "r-hexbin")
(version "1.27.2")
(version "1.27.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "hexbin" version))
(sha256
(base32
"0lpfl0015lg5x7lvv9dr302bca22c7fs91pnd896ypgpzqg7pm26"))))
"14f181lw6sj5xhfxbrpyyinsjfl0nzqilq6z80lgrhj2cnkj593y"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)))