GNU bug report logs -
#78007
[PATCH] gnu: z3: Update to 4.14.1.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
guix-patches--- via <guix-patches <at> gnu.org> writes:
> * gnu/packages/maths.scm (z3): Update to 4.14.1.
>
> Change-Id: Ica7152f3bc94a32444d1831dc2154df4239c1229
> ---
> gnu/packages/maths.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
> index b0c5b8685c26..debdbac85bdf 100644
> --- a/gnu/packages/maths.scm
> +++ b/gnu/packages/maths.scm
> @@ -8281,7 +8281,7 @@ (define-public yices
> (define-public z3
> (package
> (name "z3")
> - (version "4.13.0")
> + (version "4.14.1")
> (home-page "https://github.com/Z3Prover/z3")
> (source (origin
> (method git-fetch)
> @@ -8290,7 +8290,7 @@ (define-public z3
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "0j46lckf3zgx2xjay7z6nvlgh47gisbbl4s3m5zn280a13fwz1ih"))))
> + "1gdknrqnnigfh1h833ks3vbrp4j74mfg6188c0k4xbl5zv6h6fx5"))))
> (build-system cmake-build-system)
> (arguments
> (list
>
> base-commit: b12d44dd5e35ac236bf3fbb5619b9c8c2f42c902
This seems to break python-pysmt according to QA, do you see that
failure locally?
Thanks,
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 54 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.