guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: z3: Update to 4.8.9.


From: guix-commits
Subject: 02/03: gnu: z3: Update to 4.8.9.
Date: Wed, 18 Nov 2020 03:13:30 -0500 (EST)

cbaines pushed a commit to branch core-updates
in repository guix.

commit 62671027fbac7b22125edb65637843cf1f38028a
Author: Martin Becze <mjbecze@riseup.net>
AuthorDate: Thu Nov 5 07:59:44 2020 -0600

    gnu: z3: Update to 4.8.9.
    
    * gnu/packages/maths.scm (z3): Update to 4.8.9.
    
    (cherry picked from commit dc2de508a38d8e0a3f93e8d6ded225d3a7e32548)
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/maths.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1c02a1a..4e7a742 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -41,6 +41,7 @@
 ;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2020 Simon Tournier <zimon.toutoune@gmail.com>
+;;; Copyright © 2020 Martin Becze <mjbecze@riseup.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4703,7 +4704,7 @@ as equations, scalars, vectors, and matrices.")
 (define-public z3
   (package
     (name "z3")
-    (version "4.8.8")
+    (version "4.8.9")
     (home-page "https://github.com/Z3Prover/z3";)
     (source (origin
               (method git-fetch)
@@ -4712,7 +4713,7 @@ as equations, scalars, vectors, and matrices.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1rn538ghqwxq0v8i6578j8mflk6fyv0cp4hjfqynzvinjbps56da"))))
+                "1hnbzq10d23drd7ksm3c1n2611c3kd0q0yxgz8y78zaafwczvwxx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:imported-modules ((guix build python-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]