gnu: r-hexbin: Update to 1.27.3.
* gnu/packages/statistics.scm (r-hexbin): Update to 1.27.3.
This commit is contained in:
parent
c5f6d1798c
commit
b1b9212d1a
|
@ -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)))
|
||||||
|
|
Loading…
Reference in New Issue