summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-28 03:39:26 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-28 05:36:12 +0200
commitd49375c72261ff3c82a7d27ba7f0ae01e5d7e610 (patch)
tree3dcfc8e5d1a976cd80b3da5667d05ef27d77ebfa
parent3b1ccad0ed936d14e942928836cb3b89680339cd (diff)
downloadpatches-d49375c72261ff3c82a7d27ba7f0ae01e5d7e610.tar
patches-d49375c72261ff3c82a7d27ba7f0ae01e5d7e610.tar.gz
gnu: z3: Update to 4.8.6.
* gnu/packages/maths.scm (z3): Update to 4.8.6.
-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 291a367a2f..ffb2f87836 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4106,7 +4106,7 @@ as equations, scalars, vectors, and matrices.")
(define-public z3
(package
(name "z3")
- (version "4.8.4")
+ (version "4.8.6")
(home-page "https://github.com/Z3Prover/z3")
(source (origin
(method git-fetch)
@@ -4115,7 +4115,7 @@ as equations, scalars, vectors, and matrices.")
(file-name (git-file-name name version))
(sha256
(base32
- "014igqm5vwswz0yhz0cdxsj3a6dh7i79hvhgc3jmmmz3z0xm1gyn"))))
+ "1sywcqj5y8yp28m4cdvzsgw74kd6zr1s3y1x17ky8pr9prvpvl6x"))))
(build-system gnu-build-system)
(arguments
`(#:phases