This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 148c75e75e gnu: clasp: Update to 3.3.9.
148c75e75e is described below

commit 148c75e75e90d574a2c31c00ad24d1117512bd13
Author: jgart <[email protected]>
AuthorDate: Tue Nov 22 20:49:06 2022 -0600

    gnu: clasp: Update to 3.3.9.
    
    * gnu/packages/maths.scm (clasp): Update to 3.3.9.
    
    Signed-off-by: 宋文武 <[email protected]>
---
 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 cfe2dcbcf2..ebb3a8fbd1 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2542,7 +2542,7 @@ between aspif and smodels format or to a human-readable 
text format.")
 (define-public clasp
   (package
     (name "clasp")
-    (version "3.3.6")
+    (version "3.3.9")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2551,7 +2551,7 @@ between aspif and smodels format or to a human-readable 
text format.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0rahqiq530jckvx717858h1q5p8znp1kb6sjm95p8blkr4n3pvmj"))))
+                "163ps9zq7xppqy9hj5qnw6z5lcjnm4xf5fwjsavpia5ynm3hngcw"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-DCLASP_BUILD_TESTS=on"

Reply via email to