summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-02-21 06:50:30 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-02-21 15:02:49 +0100
commita89e0cf581adfd4a9398be01e3853bdbb8a6686e (patch)
treedbe3acc39b003242b0c9ce70d8170ef3c370befc
parent453c002679326e2517d077661781c77e413dd029 (diff)
downloadguix-a89e0cf581adfd4a9398be01e3853bdbb8a6686e.tar.gz
gnu: lpsolve: Update to 5.5.2.5.
* gnu/packages/maths.scm (lpsolve): Update to 5.5.2.5.
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index bc71473237..6be4c6959b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3047,7 +3047,7 @@ specifications.")
 (define-public lpsolve
   (package
     (name "lpsolve")
-    (version "5.5.2.0")
+    (version "5.5.2.5")
     (source
      (origin
       (method url-fetch)
@@ -3055,7 +3055,7 @@ specifications.")
                           "/lp_solve_" version "_source.tar.gz"))
       (sha256
        (base32
-        "176c7f023mb6b8bfmv4rfqnrlw88lsg422ca74zjh19i2h5s69sq"))
+        "12pj1idjz31r7c2mb5w03vy1cmvycvbkx9z29s40qdmkp1i7q6i0"))
       (modules '((guix build utils)))
       (snippet
        '(substitute* (list "lp_solve/ccc" "lpsolve55/ccc")