guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: z3: Update to 4.8.4.


From: guix-commits
Subject: 01/01: gnu: z3: Update to 4.8.4.
Date: Fri, 18 Jan 2019 11:14:17 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 6654f8c1447d80c4899c4234306801407315b31f
Author: Amin Bandali <address@hidden>
Date:   Fri Jan 11 18:13:53 2019 -0500

    gnu: z3: Update to 4.8.4.
    
    * gnu/packages/maths.scm (z3): Update to 4.8.4.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 3f8919d..2f52b4a 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3938,7 +3938,7 @@ as equations, scalars, vectors, and matrices.")
 (define-public z3
   (package
     (name "z3")
-    (version "4.8.3")
+    (version "4.8.4")
     (home-page "https://github.com/Z3Prover/z3";)
     (source (origin
               (method git-fetch)
@@ -3947,7 +3947,7 @@ as equations, scalars, vectors, and matrices.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0p5gdmhd32x6zwmx7j5cgwh4jyfxa9yapym95nlmyfaqzak92qar"))))
+                "014igqm5vwswz0yhz0cdxsj3a6dh7i79hvhgc3jmmmz3z0xm1gyn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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