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]: Remove go-github-com-alecthomas-assert, go-github-com-alecthomas-colour, go-github-com-alecthomas-repr, go-github-com-mattn-go-isatty, and go-github-com-sergi-go-diff; add go-github-com-stretchr-testify. Change-Id: I9d72bbdeb97a3c94545ff08d356c5e568fe173c6
This commit is contained in:
parent
ee79286031
commit
73eb26cbd7
@ -83,7 +83,7 @@ substitution.")
|
|||||||
(define-public go-github-com-alecthomas-chroma
|
(define-public go-github-com-alecthomas-chroma
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-alecthomas-chroma")
|
(name "go-github-com-alecthomas-chroma")
|
||||||
(version "0.8.0")
|
(version "0.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -92,17 +92,13 @@ substitution.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "066a6rdmf670d3v5sc7chbn7db09ldgxjympb03pcqwk644dixb1"))))
|
(base32 "0hjzb61m5lzx95xss82wil9s8f9hbw1zb3jj73ljfwkq5lqk76zq"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/alecthomas/chroma"))
|
`(#:import-path "github.com/alecthomas/chroma"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-dlclark-regexp2
|
(list go-github-com-dlclark-regexp2
|
||||||
go-github-com-alecthomas-assert
|
go-github-com-stretchr-testify))
|
||||||
go-github-com-alecthomas-colour
|
|
||||||
go-github-com-alecthomas-repr
|
|
||||||
go-github-com-mattn-go-isatty
|
|
||||||
go-github-com-sergi-go-diff))
|
|
||||||
(home-page "https://github.com/alecthomas/chroma/")
|
(home-page "https://github.com/alecthomas/chroma/")
|
||||||
(synopsis "General purpose syntax highlighter in pure Go")
|
(synopsis "General purpose syntax highlighter in pure Go")
|
||||||
(description
|
(description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user