summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiacomo Leidi <goodoldpaul@autistici.org>2022-12-30 00:39:15 +0100
committerChristopher Baines <mail@cbaines.net>2023-01-31 14:17:58 +0000
commit8d43706a02d8ea6036793ca136e23379fc397622 (patch)
tree69321dbf64e6612c1928d99ec193b70dc043713f
parent75749bbf7b8b70894a7844bf67bc6ec66e21142f (diff)
downloadguix-patches-8d43706a02d8ea6036793ca136e23379fc397622.tar
guix-patches-8d43706a02d8ea6036793ca136e23379fc397622.tar.gz
gnu: go-github-com-andybalholm-cascadia: Update to 1.3.1.
* gnu/packages/golang.scm (go-github-com-andybalholm-cascadia): Update to 1.3.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
-rw-r--r--gnu/packages/golang.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4c79f3dec2..93df6cb061 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8047,7 +8047,7 @@ converts it into syntax highlighted HTML, ANSI-coloured text, etc.")
(define-public go-github-com-andybalholm-cascadia
(package
(name "go-github-com-andybalholm-cascadia")
- (version "1.0.0")
+ (version "1.3.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -8056,7 +8056,7 @@ converts it into syntax highlighted HTML, ANSI-coloured text, etc.")
(file-name (git-file-name name version))
(sha256
(base32
- "09j8cavbhqqdxjqrkwbc40g8p0i49zf3184rpjm5p2rjbprcghcc"))))
+ "0zgc9fjkn7d66cnmgnmalr9lrq4ii1spap95pf2x1hln4pflib5s"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/andybalholm/cascadia"))