diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-20 15:34:58 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-28 06:36:04 +0200 |
| commit | 52278f2727cc0a15403c5ffec8605b3f0cd09e37 (patch) | |
| tree | 7fe43d232fc8ea870ea8ede162442695e916b8d9 | |
| parent | dfff8eaa74ffe26cdd1a0750ff3d5011204d7ef2 (diff) | |
gnu: python-clingexplaid: Update to 1.4.0.
* gnu/packages/potassco.scm (python-clingexplaid): Update to 1.4.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 567308ebccb..a7eb7896ccc 100644 --- a/gnu/packages/potassco.scm +++ b/gnu/packages/potassco.scm | |||
| @@ -834,7 +834,7 @@ certain.") | |||
| 834 | (define-public python-clingexplaid | 834 | (define-public python-clingexplaid |
| 835 | (package | 835 | (package |
| 836 | (name "python-clingexplaid") | 836 | (name "python-clingexplaid") |
| 837 | (version "1.3.3") | 837 | (version "1.4.0") |
| 838 | (source (origin | 838 | (source (origin |
| 839 | (method git-fetch) | 839 | (method git-fetch) |
| 840 | (uri (git-reference | 840 | (uri (git-reference |
| @@ -842,7 +842,7 @@ certain.") | |||
| 842 | (commit (string-append "v" version)))) | 842 | (commit (string-append "v" version)))) |
| 843 | (file-name (git-file-name name version)) | 843 | (file-name (git-file-name name version)) |
| 844 | (sha256 | 844 | (sha256 |
| 845 | (base32 "1cjk825kh7yav036i2wf3ymj2j5z22vafdgjzg1m4sx3s55y68la")))) | 845 | (base32 "0awdphcmjls3n6srh2sj83g54gyqbf8fwc496giq7n3kjah70iwj")))) |
| 846 | (build-system pyproject-build-system) | 846 | (build-system pyproject-build-system) |
| 847 | (arguments | 847 | (arguments |
| 848 | (list #:test-flags #~(list "-k" "not test_main") | 848 | (list #:test-flags #~(list "-k" "not test_main") |
