gnu: z3: Update to 4.8.7.

* gnu/packages/maths.scm (z3): Update to 4.8.7.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-01 00:48:07 +01:00
parent c7164ad65f
commit dbef037ff4
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -4108,7 +4108,7 @@ (define-public jacal
(define-public z3
(package
(name "z3")
(version "4.8.6")
(version "4.8.7")
(home-page "https://github.com/Z3Prover/z3")
(source (origin
(method git-fetch)
@ -4117,7 +4117,7 @@ (define-public z3
(file-name (git-file-name name version))
(sha256
(base32
"1sywcqj5y8yp28m4cdvzsgw74kd6zr1s3y1x17ky8pr9prvpvl6x"))))
"0hprcdwhhyjigmhhk6514m71bnmvqci9r8gglrqilgx424r6ff7q"))))
(build-system gnu-build-system)
(arguments
`(#:phases