summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/maths.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index d60c033dbc6..1821b2b1c79 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -20,7 +20,7 @@
20;;; Copyright © 2017 Ben Woodcroft <donttrustben@gmail.com> 20;;; Copyright © 2017 Ben Woodcroft <donttrustben@gmail.com>
21;;; Copyright © 2017 Theodoros Foradis <theodoros@foradis.org> 21;;; Copyright © 2017 Theodoros Foradis <theodoros@foradis.org>
22;;; Copyright © 2017, 2019 Arun Isaac <arunisaac@systemreboot.net> 22;;; Copyright © 2017, 2019 Arun Isaac <arunisaac@systemreboot.net>
23;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> 23;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
24;;; Copyright © 2017 Dave Love <me@fx@gnu.org> 24;;; Copyright © 2017 Dave Love <me@fx@gnu.org>
25;;; Copyright © 2018, 2019 Jan Nieuwenhuizen <janneke@gnu.org> 25;;; Copyright © 2018, 2019 Jan Nieuwenhuizen <janneke@gnu.org>
26;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com> 26;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
@@ -4366,7 +4366,7 @@ as equations, scalars, vectors, and matrices.")
4366(define-public z3 4366(define-public z3
4367 (package 4367 (package
4368 (name "z3") 4368 (name "z3")
4369 (version "4.8.7") 4369 (version "4.8.8")
4370 (home-page "https://github.com/Z3Prover/z3") 4370 (home-page "https://github.com/Z3Prover/z3")
4371 (source (origin 4371 (source (origin
4372 (method git-fetch) 4372 (method git-fetch)
@@ -4375,7 +4375,7 @@ as equations, scalars, vectors, and matrices.")
4375 (file-name (git-file-name name version)) 4375 (file-name (git-file-name name version))
4376 (sha256 4376 (sha256
4377 (base32 4377 (base32
4378 "0hprcdwhhyjigmhhk6514m71bnmvqci9r8gglrqilgx424r6ff7q")))) 4378 "1rn538ghqwxq0v8i6578j8mflk6fyv0cp4hjfqynzvinjbps56da"))))
4379 (build-system gnu-build-system) 4379 (build-system gnu-build-system)
4380 (arguments 4380 (arguments
4381 `(#:imported-modules ((guix build python-build-system) 4381 `(#:imported-modules ((guix build python-build-system)