guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: glpk: Update to 4.62.


From: Efraim Flashner
Subject: 01/01: gnu: glpk: Update to 4.62.
Date: Mon, 19 Jun 2017 15:07:39 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 299b05254f1ca6565977d38df1107db4a0ac99aa
Author: Efraim Flashner <address@hidden>
Date:   Mon Jun 19 20:17:31 2017 +0300

    gnu: glpk: Update to 4.62.
    
    * gnu/packages/maths.scm (glpk): Update to 4.62.
---
 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 0a43ad4..37e92b3 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -317,7 +317,7 @@ the OCaml language.")
 (define-public glpk
   (package
     (name "glpk")
-    (version "4.61")
+    (version "4.62")
     (source
      (origin
       (method url-fetch)
@@ -325,7 +325,7 @@ the OCaml language.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "1adbvwiaqrv9pql9ry3lhn2vfsxnff2vh4fs477d90kpfx0xwrlq"))))
+        "0w7s3869ybwyq9a4490dikpib1qp3jnn5nqz1vvwqy1qz3ilnvh9"))))
     (build-system gnu-build-system)
     (inputs
      `(("gmp" ,gmp)))



reply via email to

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