gnu: r-hexbin: Update to 1.28.2.

* gnu/packages/statistics.scm (r-hexbin): Update to 1.28.2.
This commit is contained in:
Ricardo Wurmus 2021-01-20 17:14:56 +01:00
parent ef921c3db7
commit 8bcffe0c46
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3783,14 +3783,14 @@ (define-public r-tidyr
(define-public r-hexbin (define-public r-hexbin
(package (package
(name "r-hexbin") (name "r-hexbin")
(version "1.28.1") (version "1.28.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "hexbin" version)) (uri (cran-uri "hexbin" version))
(sha256 (sha256
(base32 (base32
"1ry6jm3lqz3mj0s5rzbs6mpkz2hxpnvbw8c1vwc4pj7b173r5l22")))) "0bbhs5pwxh474w62sq6gqvih7habancxng9wd4f2rgn6lv9zhhb2"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-lattice" ,r-lattice))) `(("r-lattice" ,r-lattice)))