gnu: r-hexbin: Update to 1.27.3.

* gnu/packages/statistics.scm (r-hexbin): Update to 1.27.3.
This commit is contained in:
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 (define-public r-hexbin
(package (package
(name "r-hexbin") (name "r-hexbin")
(version "1.27.2") (version "1.27.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "hexbin" version)) (uri (cran-uri "hexbin" version))
(sha256 (sha256
(base32 (base32
"0lpfl0015lg5x7lvv9dr302bca22c7fs91pnd896ypgpzqg7pm26")))) "14f181lw6sj5xhfxbrpyyinsjfl0nzqilq6z80lgrhj2cnkj593y"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-lattice" ,r-lattice))) `(("r-lattice" ,r-lattice)))