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.61.


From: Marius Bakke
Subject: 01/01: gnu: glpk: Update to 4.61.
Date: Mon, 23 Jan 2017 17:55:20 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 82110ef658375fd1e8d470ddb7b5e1c5aa116fad
Author: Marius Bakke <address@hidden>
Date:   Mon Jan 23 18:54:27 2017 +0100

    gnu: glpk: Update to 4.61.
    
    * gnu/packages/maths.scm (glpk): Update to 4.61.
    [home-page]: Use HTTPS.
---
 gnu/packages/maths.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index c1c7a24..fbf0f6a 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -252,7 +252,7 @@ numbers.")
 (define-public glpk
   (package
     (name "glpk")
-    (version "4.60")
+    (version "4.61")
     (source
      (origin
       (method url-fetch)
@@ -260,13 +260,13 @@ numbers.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "15z2ymzqhxwss6wgdj5f7vkyqlqdsjgrvm0x871kmlx0n0664mhk"))))
+        "1adbvwiaqrv9pql9ry3lhn2vfsxnff2vh4fs477d90kpfx0xwrlq"))))
     (build-system gnu-build-system)
     (inputs
      `(("gmp" ,gmp)))
     (arguments
      `(#:configure-flags '("--with-gmp")))
-    (home-page "http://www.gnu.org/software/glpk/";)
+    (home-page "https://www.gnu.org/software/glpk/";)
     (synopsis "GNU Linear Programming Kit, supporting the MathProg language")
     (description
      "GLPK is a C library for solving large-scale linear programming (LP),



reply via email to

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