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:
parent
5666d81212
commit
0c8e83ab1a
1 changed files with 8 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue