diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-25 21:05:42 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:44 +0100 |
| commit | c8505258f5e25546bf227ed276f9da1ff229f0e9 (patch) | |
| tree | ff2a60559af7b2731e60b7a3e9296f3a748e2431 /gnu/packages/python-build.scm | |
| parent | 754eefca09138d4f69e8f6078c8f44b40360c97a (diff) | |
gnu: python-pygments: Update to 2.19.2.
* gnu/packages/python-build.scm (python-pygments): Update to 2.19.2.
Change-Id: I494bc99b8c0af2316b7a0269fc320b417986d917
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index b237170d6a1..8a699b3db00 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -382,21 +382,19 @@ write-only counterpart to Tomli, which is a read-only TOML parser.") | |||
| 382 | (define-public python-pygments | 382 | (define-public python-pygments |
| 383 | (package | 383 | (package |
| 384 | (name "python-pygments") | 384 | (name "python-pygments") |
| 385 | ;; XXX: When updating, drop python-textual 'relax-requirements phase. | 385 | (version "2.19.2") |
| 386 | (version "2.19.1") | ||
| 387 | (source | 386 | (source |
| 388 | (origin | 387 | (origin |
| 389 | (method url-fetch) | 388 | (method url-fetch) |
| 390 | (uri (pypi-uri "pygments" version)) | 389 | (uri (pypi-uri "pygments" version)) |
| 391 | (sha256 | 390 | (sha256 |
| 392 | (base32 | 391 | (base32 |
| 393 | "07qm8mx3y5r8ri6zpn0hp9zx5g02bydhi7pkv54hdp3nhlm6vhb1")))) | 392 | "11xqsnnh0iip4vh2lfbh5xa46dy47d9vqw39ad98jzzcgi3v4v33")))) |
| 394 | (build-system pyproject-build-system) | 393 | (build-system pyproject-build-system) |
| 395 | (arguments | 394 | (arguments |
| 396 | (list | 395 | (list |
| 396 | ;; tests: 4570 passed, 16 skipped, 597 deselected | ||
| 397 | #:test-flags | 397 | #:test-flags |
| 398 | ;; 4568 passed, 16 skipped, 597 deselected | ||
| 399 | ;; | ||
| 400 | ;; Ignore tests requiring "wcag_contrast_ratio" | 398 | ;; Ignore tests requiring "wcag_contrast_ratio" |
| 401 | #~(list "--ignore=tests/contrast/test_contrasts.py" | 399 | #~(list "--ignore=tests/contrast/test_contrasts.py" |
| 402 | ;; Tests fail with not matched diff. | 400 | ;; Tests fail with not matched diff. |
