From fd4aacf9749013609e26cc180c7d26ef1ad83875 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Tue, 2 Sep 2025 11:32:09 +0200 Subject: [PATCH] gnu: python-clintest: Update to 0.4.0. * gnu/packages/potassco.scm (python-clintest): Update to 0.4.0. --- 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 f8d45992e4d4571539d310f5c466128cc39836e9..0324cc62cfb752107ce72ff51ee4df6923efd762 100644 --- a/gnu/packages/potassco.scm +++ b/gnu/packages/potassco.scm @@ -801,7 +801,7 @@ which allows user interfaces to be specified entirely as a logic program.") (define-public python-clintest (package (name "python-clintest") - (version "0.3.0") + (version "0.4.0") (source (origin (method git-fetch) (uri (git-reference @@ -810,7 +810,7 @@ which allows user interfaces to be specified entirely as a logic program.") (file-name (git-file-name name version)) (sha256 (base32 - "1k8y3pm3w81n2appfl98drv1hpgjjqi2hxb1aa52y2m831lir38s")))) + "0lnyajr4y4s7lmr8dyv3gcy0hnl2w4215ma0pljkfg50gljbi62h")))) (build-system pyproject-build-system) (propagated-inputs (list python-clingo)) (native-inputs (list python-pytest python-setuptools python-wheel))