diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-20 15:34:51 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-28 06:36:03 +0200 |
| commit | dfff8eaa74ffe26cdd1a0750ff3d5011204d7ef2 (patch) | |
| tree | eee392d3b7cc1888ea863e9b1d53bb84ad6b3376 | |
| parent | f0901d1e0707a36b520400dadee51f2bdc0d29e8 (diff) | |
gnu: python-clintest: Update to 0.5.0.
* gnu/packages/potassco.scm (python-clintest): Update to 0.5.0.
| -rw-r--r-- | gnu/packages/potassco.scm | 4 |
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)) |
