guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: glpk: Update to 4.65.


From: Marius Bakke
Subject: 02/02: gnu: glpk: Update to 4.65.
Date: Fri, 16 Feb 2018 16:09:04 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 445929e03868e45a84b386d3703e520b270bd983
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 16 22:08:03 2018 +0100

    gnu: glpk: Update to 4.65.
    
    * gnu/packages/maths.scm (glpk): Update to 4.65.
---
 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 b823efb..3967093 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -339,7 +339,7 @@ the OCaml language.")
 (define-public glpk
   (package
     (name "glpk")
-    (version "4.64")
+    (version "4.65")
     (source
      (origin
       (method url-fetch)
@@ -347,7 +347,7 @@ the OCaml language.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "096cqgjc7vkq6wd8znhcxjbs1s2rym3qf753fqxrrq531vs6g4jk"))))
+        "040sfaa9jclg2nqdh83w71sv9rc1sznpnfiripjdyr48cady50a2"))))
     (build-system gnu-build-system)
     (inputs
      `(("gmp" ,gmp)))



reply via email to

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