GNU bug report logs -
#68207
[PATCH 0/5] Update python-textual to 0.46.0.
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Tue, 2 Jan 2024 15:04:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #56 received at 68207 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-pygments-next): New variable.
Change-Id: I12e3e0d6042f34e0375bcbb1dc90ccc9ed9ce050
---
gnu/packages/python-xyz.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 30f6f1fb3e..b3eed56d06 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6588,6 +6588,21 @@ (define-public python-pygments
"Pygments is a syntax highlighting package written in Python.")
(license license:bsd-2)))
+(define-public python-pygments-next
+ (package
+ (inherit python-pygments)
+ (name "python-pygments-next")
+ (version "2.17.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pygments" version))
+ (sha256
+ (base32
+ "0ry3qi4rszkiqb20bmjlzys71dja9i746kvqi8xbxr9dzp4wwins"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-hatchling))))
+
(define-public python-pygments-github-lexers
(package
(name "python-pygments-github-lexers")
--
2.43.0
This bug report was last modified 1 year and 80 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.