summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-09-11 16:43:08 +0200
committerAndreas Enge <andreas@enge.fr>2014-09-11 16:43:08 +0200
commit66fdf545874ff5303deb27dbed664ad037f991dd (patch)
tree1dfd9f36e42992c4e79e7b05de6661476d11bd11 /gnu/packages/maths.scm
parent9493176ad7f5cd8a37ea38d84a9cf5403fcc4dd1 (diff)
downloadguix-patches-66fdf545874ff5303deb27dbed664ad037f991dd.tar
guix-patches-66fdf545874ff5303deb27dbed664ad037f991dd.tar.gz
gnu: glpk: Update to 4.55.
* gnu/packages/maths.scm (glpk): Update to 4.55.
Diffstat (limited to 'gnu/packages/maths.scm')
-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 813480616e..774686310f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -123,7 +123,7 @@ numbers.")
(define-public glpk
(package
(name "glpk")
- (version "4.54")
+ (version "4.55")
(source
(origin
(method url-fetch)
@@ -131,7 +131,7 @@ numbers.")
version ".tar.gz"))
(sha256
(base32
- "18gr2anv8gyps6j9f22k7li6w07glvww666sdqblvlq2hh3whwmb"))))
+ "1rqx5fzj1mhkifilip5mkxybpj2wkniq5qcn8h1w2vkr2rzhs29p"))))
(build-system gnu-build-system)
(inputs
`(("gmp" ,gmp)))