gnu: r-hexbin: Update to 1.28.3.

* gnu/packages/statistics.scm (r-hexbin): Update to 1.28.3.
This commit is contained in:
Ricardo Wurmus 2023-03-30 17:56:42 +02:00
parent 042dc3b65d
commit 8a69976f6c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4307,14 +4307,14 @@ (define-public r-tidyr
(define-public r-hexbin
(package
(name "r-hexbin")
(version "1.28.2")
(version "1.28.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "hexbin" version))
(sha256
(base32
"0bbhs5pwxh474w62sq6gqvih7habancxng9wd4f2rgn6lv9zhhb2"))))
"0pyy97bh9xf9hijg3iw1z4ri01571r1fx7xqm3fjkzx4q48kbcqf"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice))