diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-09-02 11:32:19 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-09-10 07:39:54 +0200 |
| commit | abb87389aaf448b0333cf483757606e4e3732da2 (patch) | |
| tree | 70bfa99f16b5f02cb2e7e7c4e187c09f844acb75 /gnu | |
| parent | fd4aacf9749013609e26cc180c7d26ef1ad83875 (diff) | |
gnu: python-clingexplaid: Update to 1.3.3.
* gnu/packages/potassco.scm (python-clingexplaid): Update to 1.3.3.
Diffstat (limited to 'gnu')
| -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 0324cc62cfb..a2af216fa1c 100644 --- a/gnu/packages/potassco.scm +++ b/gnu/packages/potassco.scm | |||
| @@ -826,7 +826,7 @@ certain.") | |||
| 826 | (define-public python-clingexplaid | 826 | (define-public python-clingexplaid |
| 827 | (package | 827 | (package |
| 828 | (name "python-clingexplaid") | 828 | (name "python-clingexplaid") |
| 829 | (version "1.1.0") | 829 | (version "1.3.3") |
| 830 | (source (origin | 830 | (source (origin |
| 831 | (method git-fetch) | 831 | (method git-fetch) |
| 832 | (uri (git-reference | 832 | (uri (git-reference |
| @@ -834,7 +834,7 @@ certain.") | |||
| 834 | (commit (string-append "v" version)))) | 834 | (commit (string-append "v" version)))) |
| 835 | (file-name (git-file-name name version)) | 835 | (file-name (git-file-name name version)) |
| 836 | (sha256 | 836 | (sha256 |
| 837 | (base32 "1s80cs3clvz26r7cvjprlk6zip7yqswwhzzwmmrv5mf5p89ymrgm")))) | 837 | (base32 "1cjk825kh7yav036i2wf3ymj2j5z22vafdgjzg1m4sx3s55y68la")))) |
| 838 | (build-system pyproject-build-system) | 838 | (build-system pyproject-build-system) |
| 839 | (arguments | 839 | (arguments |
| 840 | (list #:test-flags #~(list "-k" "not test_main") | 840 | (list #:test-flags #~(list "-k" "not test_main") |
