guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: clasp: Update to 3.3.10.


From: guix-commits
Subject: 04/15: gnu: clasp: Update to 3.3.10.
Date: Sat, 2 Mar 2024 02:06:46 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 9aabeb11a0ce5d4af9a48f9f81229a956bcb7b48
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Feb 24 08:52:40 2024 +0100

    gnu: clasp: Update to 3.3.10.
    
    * gnu/packages/potassco.scm (clasp): Update to 3.3.10.
---
 gnu/packages/potassco.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/potassco.scm b/gnu/packages/potassco.scm
index 01cada7b77..05d5a3b754 100644
--- a/gnu/packages/potassco.scm
+++ b/gnu/packages/potassco.scm
@@ -103,7 +103,7 @@ between aspif and smodels format or to a human-readable 
text format.")
 (define-public clasp
   (package
     (name "clasp")
-    (version "3.3.9")
+    (version "3.3.10")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -112,7 +112,7 @@ between aspif and smodels format or to a human-readable 
text format.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "163ps9zq7xppqy9hj5qnw6z5lcjnm4xf5fwjsavpia5ynm3hngcw"))))
+                "0qap7rar8a5mkqz28n2hnvr4cfv5x0rh4zs3wdp919dw4d034chr"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-DCLASP_BUILD_TESTS=on"



reply via email to

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