sharlatan pushed a commit to branch go-team
in repository guix.
commit 0c8e83ab1a0ad2c331935da2d4fce36c93e3804a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jan 22 20:35:12 2025 +0000
gnu: go-github-com-alecthomas-chroma: Update to 0.10.0.
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma): Update to
0.10.0.
[native-inputs]: Add go-github-com-alecthomas-kong,
go-github-com-alecthomas-kong-hcl, go-github-com-gorilla-csrf,
go-github-com-gorilla-handlers, go-github-com-gorilla-mux,
go-github-com-mattn-go-colorable, and go-github-com-mattn-go-isatty.
Change-Id: I48b68706fb32b64a594957a696c0f32b824c1590
---
gnu/packages/golang-xyz.scm | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index a597fe4e3a..e3631de30b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -704,7 +704,14 @@ http://tartarus.org/~martin/PorterStemmer/index.html.")
(arguments
`(#:import-path "github.com/alecthomas/chroma"))
(native-inputs
- (list go-github-com-dlclark-regexp2
+ (list go-github-com-alecthomas-kong
+ go-github-com-alecthomas-kong-hcl
+ go-github-com-dlclark-regexp2
+ go-github-com-gorilla-csrf
+ go-github-com-gorilla-handlers
+ go-github-com-gorilla-mux
+ go-github-com-mattn-go-colorable
+ go-github-com-mattn-go-isatty
go-github-com-stretchr-testify))
(home-page "https://github.com/alecthomas/chroma/")
(synopsis "General purpose syntax highlighter in pure Go")