1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

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
This commit is contained in:
Sharlatan Hellseher 2025-01-22 20:35:12 +00:00
parent 5666d81212
commit 0c8e83ab1a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")