[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/55: gnu: r-gld: Update to 2.6.5.
From: |
guix-commits |
Subject: |
55/55: gnu: r-gld: Update to 2.6.5. |
Date: |
Fri, 1 Jul 2022 13:04:54 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit e37233d869a429fc6b11d016f349e90763b1eb00
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 1 15:30:11 2022 +0200
gnu: r-gld: Update to 2.6.5.
* gnu/packages/statistics.scm (r-gld): Update to 2.6.5.
---
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 ea8c4c1bcd..dbc9b316a8 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -6835,13 +6835,13 @@ extreme-value distribution.")
(define-public r-gld
(package
(name "r-gld")
- (version "2.6.4")
+ (version "2.6.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "gld" version))
(sha256
- (base32 "08rkv7g6ci969vh9fbyg3lrpfmjhbiwzdhcjs9j6s9bf3gpdmdhd"))))
+ (base32 "1scflrfhvf26psnh7ayi4x2j706k8sfyqlmib6ssjyhl6g0gg542"))))
(properties `((upstream-name . "gld")))
(build-system r-build-system)
(propagated-inputs (list r-e1071 r-lmom))
- 23/55: gnu: r-yulab-utils: Update to 0.0.5., (continued)
- 23/55: gnu: r-yulab-utils: Update to 0.0.5., guix-commits, 2022/07/01
- 35/55: gnu: r-dials: Update to 1.0.0., guix-commits, 2022/07/01
- 36/55: gnu: r-tidyposterior: Update to 1.0.0., guix-commits, 2022/07/01
- 39/55: gnu: r-clustree: Update to 0.5.0., guix-commits, 2022/07/01
- 44/55: gnu: r-dbi: Update to 1.1.3., guix-commits, 2022/07/01
- 45/55: gnu: r-rlang: Update to 1.0.3., guix-commits, 2022/07/01
- 48/55: gnu: r-r-methodss3: Update to 1.8.2., guix-commits, 2022/07/01
- 49/55: gnu: r-r-utils: Update to 2.12.0., guix-commits, 2022/07/01
- 50/55: gnu: r-r-rsp: Update to 0.45.0., guix-commits, 2022/07/01
- 53/55: gnu: r-ranger: Update to 0.14.1., guix-commits, 2022/07/01
- 55/55: gnu: r-gld: Update to 2.6.5.,
guix-commits <=