gnu: r-hexbin: Update to 1.27.2.

* gnu/packages/statistics.scm (r-hexbin): Update to 1.27.2.
This commit is contained in:
Ricardo Wurmus 2018-02-13 15:38:24 +01:00
parent 64fe220cbe
commit e30b878ec8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3629,17 +3629,14 @@ (define-public r-tidyr
(define-public r-hexbin (define-public r-hexbin
(package (package
(name "r-hexbin") (name "r-hexbin")
;; The package tarball was updated in place, resulting in a change in the (version "1.27.2")
;; hash value. We decided to bump the version to 1.27.1-1 instead of
;; keeping the version at upstream's 1.27.1.
(version "1.27.1-1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "hexbin" "1.27.1")) (uri (cran-uri "hexbin" version))
(sha256 (sha256
(base32 (base32
"025d609z1nyy684hwvp34b9mjzkgvild7fvfr95f941dmsikan87")))) "0lpfl0015lg5x7lvv9dr302bca22c7fs91pnd896ypgpzqg7pm26"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-lattice" ,r-lattice))) `(("r-lattice" ,r-lattice)))