mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: go-github-com-alecthomas-chroma-v2: Update to 2.14.0.
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma-v2): Update to 2.14.0. Change-Id: I903f156c93485ebb2f46e6622d817cbf894e34ce
This commit is contained in:
parent
c86a07bacc
commit
e2ead49220
1 changed files with 2 additions and 2 deletions
|
@ -473,7 +473,7 @@ (define-public go-github-com-alecthomas-chroma-v2
|
|||
(package
|
||||
(inherit go-github-com-alecthomas-chroma)
|
||||
(name "go-github-com-alecthomas-chroma-v2")
|
||||
(version "2.12.0")
|
||||
(version "2.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -482,7 +482,7 @@ (define-public go-github-com-alecthomas-chroma-v2
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1j9zz77ppi4r4ncnanzj84h7bsg0qdqrhgd5kkjiv09afm31jx83"))))
|
||||
(base32 "1qgr4gywjks869sc85wb8nby612b8wvsa1dwpsbanjsljq7wq7mp"))))
|
||||
(arguments
|
||||
(list #:go go-1.19
|
||||
#:import-path "github.com/alecthomas/chroma/v2"))
|
||||
|
|
Loading…
Reference in a new issue