diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 15:38:24 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 16:18:41 +0100 |
commit | e30b878ec872c87d9bd0446e1c4206b3ef15a413 (patch) | |
tree | 007b4a4b6b6709fa10dca17efaa86059b95e9f61 | |
parent | 64fe220cbea4a0233c147c1af06a4090db122892 (diff) |
gnu: r-hexbin: Update to 1.27.2.
* gnu/packages/statistics.scm (r-hexbin): Update to 1.27.2.
-rw-r--r-- | gnu/packages/statistics.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 58c7b3f445..653441295f 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -3629,17 +3629,14 @@ and tidyr provides no margins or aggregation.") (define-public r-hexbin (package (name "r-hexbin") - ;; The package tarball was updated in place, resulting in a change in the - ;; 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") + (version "1.27.2") (source (origin (method url-fetch) - (uri (cran-uri "hexbin" "1.27.1")) + (uri (cran-uri "hexbin" version)) (sha256 (base32 - "025d609z1nyy684hwvp34b9mjzkgvild7fvfr95f941dmsikan87")))) + "0lpfl0015lg5x7lvv9dr302bca22c7fs91pnd896ypgpzqg7pm26")))) (build-system r-build-system) (propagated-inputs `(("r-lattice" ,r-lattice))) |