summaryrefslogtreecommitdiff
path: root/gnu/packages/potassco.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/potassco.scm')
-rw-r--r--gnu/packages/potassco.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/potassco.scm b/gnu/packages/potassco.scm
index aeb407ce575..567308ebccb 100644
--- a/gnu/packages/potassco.scm
+++ b/gnu/packages/potassco.scm
@@ -809,7 +809,7 @@ which allows user interfaces to be specified entirely as a logic program.")
809(define-public python-clintest 809(define-public python-clintest
810 (package 810 (package
811 (name "python-clintest") 811 (name "python-clintest")
812 (version "0.4.0") 812 (version "0.5.0")
813 (source (origin 813 (source (origin
814 (method git-fetch) 814 (method git-fetch)
815 (uri (git-reference 815 (uri (git-reference
@@ -818,7 +818,7 @@ which allows user interfaces to be specified entirely as a logic program.")
818 (file-name (git-file-name name version)) 818 (file-name (git-file-name name version))
819 (sha256 819 (sha256
820 (base32 820 (base32
821 "0lnyajr4y4s7lmr8dyv3gcy0hnl2w4215ma0pljkfg50gljbi62h")))) 821 "1g23j4nbhpf5lnbjz4i34ihhzb76b4a2jiwdzapxyvnv4h4krafa"))))
822 (build-system pyproject-build-system) 822 (build-system pyproject-build-system)
823 (propagated-inputs (list python-clingo)) 823 (propagated-inputs (list python-clingo))
824 (native-inputs (list python-pytest python-setuptools python-wheel)) 824 (native-inputs (list python-pytest python-setuptools python-wheel))