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:
parent
2baad07da4
commit
7ab24d717d
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue