guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: z3: Update to 4.8.6.


From: guix-commits
Subject: 08/08: gnu: z3: Update to 4.8.6.
Date: Fri, 27 Sep 2019 23:44:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d49375c72261ff3c82a7d27ba7f0ae01e5d7e610
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Sep 28 03:39:26 2019 +0200

    gnu: z3: Update to 4.8.6.
    
    * gnu/packages/maths.scm (z3): Update to 4.8.6.
---
 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 291a367..ffb2f87 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



reply via email to

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