gnu: hut: Update to 0.4.0

* gnu/packages/version-control.scm (hut): Update to 0.4.0

Change-Id: Ib5dc28de6dbc3b69ca55a9530b923f71ca0ce7b5
Signed-off-by: Andrew Tropin <andrew@trop.in>
Co-authored-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Filip Lajszczak 2023-11-06 20:59:21 +00:00 committed by Andrew Tropin
parent 2baad07da4
commit 7ab24d717d
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -3726,7 +3726,7 @@ (define-public gitlint
(define-public hut
(package
(name "hut")
(version "0.2.0")
(version "0.4.0")
(source
(origin
(method git-fetch)
@ -3735,7 +3735,7 @@ (define-public hut
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0ybngrwwmkm00dlkdhvkfcvcjhp5xzs8fh90zqr0h12ssqx9pll3"))))
(base32 "0klp7qlii07j8ka9g91m5xg3ybg6cq0p5lp1ibfihq2p4kwqj57m"))))
(build-system go-build-system)
(arguments
(list
@ -3758,6 +3758,7 @@ (define-public hut
(inputs
(list go-git-sr-ht-emersion-go-scfg
go-git-sr-ht-emersion-gqlclient
go-github-com-dustin-go-humanize
go-github-com-juju-ansiterm
go-github-com-spf13-cobra
go-golang-org-x-oauth2