[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: r-nloptr: Update to 1.2.2.2.
From: |
guix-commits |
Subject: |
07/07: gnu: r-nloptr: Update to 1.2.2.2. |
Date: |
Sat, 4 Jul 2020 05:54:34 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 3dcac4be2b669e1c8629efe33e2302371a37c5e0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 4 11:50:11 2020 +0200
gnu: r-nloptr: Update to 1.2.2.2.
* gnu/packages/statistics.scm (r-nloptr): Update to 1.2.2.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 5fb3902..8633d11 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5117,14 +5117,14 @@ expected shortfall risk are also included.")
(define-public r-nloptr
(package
(name "r-nloptr")
- (version "1.2.2.1")
+ (version "1.2.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "nloptr" version))
(sha256
(base32
- "1bhh2v14phzndjhiq7yw9vych6vzn5yy3vk9q35zcp3jhjjbwdyh"))))
+ "0whkilb85k4wixvr3k7rygfw1rcs1fs9h8c18kz4p3y1k9hsj3p8"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr) ; for building vignettes
- branch master updated (026b134 -> 3dcac4b), guix-commits, 2020/07/04
- 01/07: gnu: r-rsubread: Update to 2.2.3., guix-commits, 2020/07/04
- 02/07: gnu: r-depecher: Update to 1.4.1., guix-commits, 2020/07/04
- 03/07: gnu: r-abn: Update to 2.2.2., guix-commits, 2020/07/04
- 04/07: gnu: r-glmmtmb: Update to 1.0.2.1., guix-commits, 2020/07/04
- 05/07: gnu: r-spdata: Update to 0.3.8., guix-commits, 2020/07/04
- 06/07: gnu: r-dalex: Update to 1.3.0., guix-commits, 2020/07/04
- 07/07: gnu: r-nloptr: Update to 1.2.2.2.,
guix-commits <=