diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-05 12:03:11 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-07 11:20:17 +0100 |
commit | e2ead49220519fe2b62ec8a04440634c8234b241 (patch) | |
tree | 7678ded1a56eda8795fb3ff0d02f30e8b95f880f /gnu | |
parent | c86a07bacc2469e7a00fbc66cfe4f322e4bafb06 (diff) | |
download | guix-e2ead49220519fe2b62ec8a04440634c8234b241.tar.gz guix-e2ead49220519fe2b62ec8a04440634c8234b241.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 54b9c45ed6..c40d376685 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -473,7 +473,7 @@ syntax highlighted HTML, ANSI-coloured text, etc.") (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 @@ syntax highlighted HTML, ANSI-coloured text, etc.") (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")) |