me
/
guix
Archived
1
0
Fork 0

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>
Giacomo Leidi 2022-12-30 00:39:15 +01:00 committed by Christopher Baines
parent 75749bbf7b
commit 8d43706a02
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -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"))