[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: r-quadprog: Update to 1.5-6.
From: |
guix-commits |
Subject: |
11/11: gnu: r-quadprog: Update to 1.5-6. |
Date: |
Sat, 27 Apr 2019 06:03:27 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ea9d634c7e4ddd636271298d5475b9ce351c6cea
Author: Ricardo Wurmus <address@hidden>
Date: Sat Apr 27 11:38:00 2019 +0200
gnu: r-quadprog: Update to 1.5-6.
* gnu/packages/maths.scm (r-quadprog): Update to 1.5-6.
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6e2c10d..98b40bc 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2205,14 +2205,14 @@ sparse system of linear equations A x = b using
Guassian elimination.")
(define-public r-quadprog
(package
(name "r-quadprog")
- (version "1.5-5")
+ (version "1.5-6")
(source
(origin
(method url-fetch)
(uri (cran-uri "quadprog" version))
(sha256
(base32
- "0jg3r6abmhp8r9vkbhpx9ldjfw6vyl1m4c5vwlyjhk1mi03656fr"))))
+ "1fnwaz70dhiq4av8apc4wr3yrrpwc2i6lksf8pfi6jw8vzzyahql"))))
(build-system r-build-system)
(native-inputs
`(("gfortran" ,gfortran)))
- 02/11: gnu: r-ordinal: Update to 2019.4-25., (continued)
- 02/11: gnu: r-ordinal: Update to 2019.4-25., guix-commits, 2019/04/27
- 01/11: gnu: Add r-mitools., guix-commits, 2019/04/27
- 03/11: gnu: r-survey: Update to 3.36., guix-commits, 2019/04/27
- 04/11: gnu: r-classint: Update to 0.3-3., guix-commits, 2019/04/27
- 05/11: gnu: r-sf: Update to 0.7-4., guix-commits, 2019/04/27
- 08/11: gnu: r-rngtools: Update to 1.3.1.1., guix-commits, 2019/04/27
- 10/11: gnu: r-caret: Update to 6.0-84., guix-commits, 2019/04/27
- 06/11: gnu: r-boot: Update to 1.3-22., guix-commits, 2019/04/27
- 09/11: gnu: r-fpc: Update to 2.1-11.2., guix-commits, 2019/04/27
- 07/11: gnu: r-mass: Update to 7.3-51.4., guix-commits, 2019/04/27
- 11/11: gnu: r-quadprog: Update to 1.5-6.,
guix-commits <=