Archived
1
0
Fork 0

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