~ruther/guix-local

fd4aacf9749013609e26cc180c7d26ef1ad83875 — Liliana Marie Prikler 10 months ago fa3d3a0
gnu: python-clintest: Update to 0.4.0.

* gnu/packages/potassco.scm (python-clintest): Update to 0.4.0.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/potassco.scm
M gnu/packages/potassco.scm => gnu/packages/potassco.scm +2 -2
@@ 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))