guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/16: gnu: r-quadprog: Update to 1.5-7.


From: guix-commits
Subject: 12/16: gnu: r-quadprog: Update to 1.5-7.
Date: Sat, 11 May 2019 06:05:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ae9ed1390ff8c50944b992fb12eb183d6eee76c7
Author: Ricardo Wurmus <address@hidden>
Date:   Sat May 11 12:04:42 2019 +0200

    gnu: r-quadprog: Update to 1.5-7.
    
    * gnu/packages/maths.scm (r-quadprog): Update to 1.5-7.
---
 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 d590285..59bf101 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2206,14 +2206,14 @@ sparse system of linear equations A x = b using 
Guassian elimination.")
 (define-public r-quadprog
   (package
     (name "r-quadprog")
-    (version "1.5-6")
+    (version "1.5-7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "quadprog" version))
        (sha256
         (base32
-         "1fnwaz70dhiq4av8apc4wr3yrrpwc2i6lksf8pfi6jw8vzzyahql"))))
+         "0vg7i9p241bwvfdspjbydjrsvgipl6nsb8bjigp0hbbgvxbixx0s"))))
     (build-system r-build-system)
     (native-inputs
      `(("gfortran" ,gfortran)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]