[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
141/150: gnu: r-hexbin: Update to 1.28.2.
From: |
guix-commits |
Subject: |
141/150: gnu: r-hexbin: Update to 1.28.2. |
Date: |
Wed, 20 Jan 2021 11:21:23 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 8bcffe0c469bca115d8c1fedb8a741ce065ff8e2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:14:56 2021 +0100
gnu: r-hexbin: Update to 1.28.2.
* gnu/packages/statistics.scm (r-hexbin): Update to 1.28.2.
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 72a0a95..e84b235 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3783,14 +3783,14 @@ and tidyr provides no margins or aggregation.")
(define-public r-hexbin
(package
(name "r-hexbin")
- (version "1.28.1")
+ (version "1.28.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "hexbin" version))
(sha256
(base32
- "1ry6jm3lqz3mj0s5rzbs6mpkz2hxpnvbw8c1vwc4pj7b173r5l22"))))
+ "0bbhs5pwxh474w62sq6gqvih7habancxng9wd4f2rgn6lv9zhhb2"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)))
- 104/150: gnu: r-spatstat-utils: Update to 1.20-2., (continued)
- 104/150: gnu: r-spatstat-utils: Update to 1.20-2., guix-commits, 2021/01/20
- 119/150: gnu: r-matrix: Update to 1.3-2., guix-commits, 2021/01/20
- 109/150: gnu: r-tidytext: Update to 0.3.0., guix-commits, 2021/01/20
- 110/150: gnu: r-parsnip: Update to 0.1.5., guix-commits, 2021/01/20
- 136/150: gnu: r-rmarkdown: Update to 2.6., guix-commits, 2021/01/20
- 140/150: gnu: r-glmnet: Update to 4.1., guix-commits, 2021/01/20
- 72/150: gnu: r-future: Update to 1.21.0., guix-commits, 2021/01/20
- 112/150: gnu: r-qtl: Update to 1.47-9., guix-commits, 2021/01/20
- 125/150: gnu: r-testthat: Update to 3.0.1., guix-commits, 2021/01/20
- 134/150: gnu: r-rcpparmadillo: Update to 0.10.1.2.2., guix-commits, 2021/01/20
- 141/150: gnu: r-hexbin: Update to 1.28.2.,
guix-commits <=