summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2018-08-17 19:38:35 -0400
committerKei Kebreau <kkebreau@posteo.net>2018-08-18 12:04:54 -0400
commit7fe491fbc80d4e7f036cca03638cd0bce7823822 (patch)
tree27815709e8541e99c130ce06501253b9616b7bac /gnu/packages/maths.scm
parent8cd80a4b61962c001bcaf7f3deb10bca88bf22f3 (diff)
gnu: cddlib: Update to 0.94i.
* gnu/packages/maths.scm (cddlib): Update to 0.94i.
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 d4529e45b5..8f6ad81125 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -436,7 +436,7 @@ integer programming problems and computes Markov bases for statistics.")
(define-public cddlib
(package
(name "cddlib")
- (version "0.94h")
+ (version "0.94i")
(source
(origin
(method url-fetch)
@@ -444,7 +444,7 @@ integer programming problems and computes Markov bases for statistics.")
(string-delete #\. version) ".tar.gz"))
(sha256
(base32
- "1dasasscwfg793q8fwzgwf64xwj7w62yfvszpr8x8g38jka08vgy"))))
+ "00zdgiqb91vx6gd2103h3ijij0llspsxc6zz3iw2bll39fvkl4xq"))))
(build-system gnu-build-system)
(inputs
`(("gmp" ,gmp)))