[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"
- branch master updated (9038a46751 -> 4a0549be52), guix-commits, 2024/03/02
- 15/15: gnu: Add theft., guix-commits, 2024/03/02
- 09/15: gnu: python-clingo-dl: Fix build., guix-commits, 2024/03/02
- 03/15: gnu: libpotassco: Update to 0.0-2.69b677f., guix-commits, 2024/03/02
- 12/15: gnu: python-telingo: Update to 2.1.3., guix-commits, 2024/03/02
- 02/15: gnu: python-scikit-build: Install cmake modules., guix-commits, 2024/03/02
- 06/15: gnu: clingo: Build from actual sources., guix-commits, 2024/03/02
- 07/15: gnu: clingo-dl: Update to 1.5.0., guix-commits, 2024/03/02
- 05/15: gnu: clingo: Update to 5.7.1., guix-commits, 2024/03/02
- 01/15: gnu: Add wide-integer., guix-commits, 2024/03/02
- 04/15: gnu: clasp: Update to 3.3.10.,
guix-commits <=
- 10/15: gnu: python-clorm: Update to 1.5.0., guix-commits, 2024/03/02
- 08/15: gnu: python-clingo: Fix build., guix-commits, 2024/03/02
- 14/15: gnu: Add greatest., guix-commits, 2024/03/02
- 13/15: gnu: python-scikit-build: Add more non-deterministic test failures., guix-commits, 2024/03/02
- 11/15: gnu: python-plingo: Update to 1.1.0., guix-commits, 2024/03/02