[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: r-quadprog: Update to 1.5-8.
From: |
guix-commits |
Subject: |
03/07: gnu: r-quadprog: Update to 1.5-8. |
Date: |
Fri, 22 Nov 2019 20:01:14 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit ec9a15c2eb7aa6cf0ba9784d666dfa9419328e7f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Nov 23 01:51:35 2019 +0100
gnu: r-quadprog: Update to 1.5-8.
* gnu/packages/maths.scm (r-quadprog): Update to 1.5-8.
---
gnu/packages/maths.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 29a1bfd..e96a319 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2345,14 +2345,13 @@ sparse system of linear equations A x = b using
Gaussian elimination.")
(define-public r-quadprog
(package
(name "r-quadprog")
- (version "1.5-7")
+ (version "1.5-8")
(source
(origin
(method url-fetch)
(uri (cran-uri "quadprog" version))
(sha256
- (base32
- "0vg7i9p241bwvfdspjbydjrsvgipl6nsb8bjigp0hbbgvxbixx0s"))))
+ (base32 "1ka9g8zak8sg4y2xbz93dfrldznlk9qpd4pq9z21cdcdn3b8s4i2"))))
(build-system r-build-system)
(native-inputs
`(("gfortran" ,gfortran)))
- branch master updated (19b85d0 -> b93a329), guix-commits, 2019/11/22
- 03/07: gnu: r-quadprog: Update to 1.5-8.,
guix-commits <=
- 05/07: gnu: r-vgam: Update to 1.1-2., guix-commits, 2019/11/22
- 01/07: gnu: r-selectr: Update to 0.4-2., guix-commits, 2019/11/22
- 02/07: gnu: r-desolve: Update to 1.25., guix-commits, 2019/11/22
- 07/07: gnu: r-biocmanager: Update to 1.30.10., guix-commits, 2019/11/22
- 06/07: gnu: r-roxygen2: Update to 7.0.1., guix-commits, 2019/11/22
- 04/07: gnu: r-glmnet: Update to 3.0-1., guix-commits, 2019/11/22