me
/
guix
Archived
1
0
Fork 0

gnu: r-hexbin: Update to 1.28.3.

* gnu/packages/statistics.scm (r-hexbin): Update to 1.28.3.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -4307,14 +4307,14 @@ and tidyr provides no margins or aggregation.")
(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))