[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66976] [PATCH 2/2] gnu: hut: Update to 0.3.0
From: |
Filip Lajszczak |
Subject: |
[bug#66976] [PATCH 2/2] gnu: hut: Update to 0.3.0 |
Date: |
Mon, 6 Nov 2023 20:59:21 +0000 |
* gnu/packages/version-control.scm (hut): Update to 0.3.0
Change-Id: Ib5dc28de6dbc3b69ca55a9530b923f71ca0ce7b5
---
gnu/packages/version-control.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 76fa8ef5d0..3fbc5cfb8d 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3719,7 +3719,7 @@ (define-public gitlint
(define-public hut
(package
(name "hut")
- (version "0.2.0")
+ (version "0.3.0")
(source
(origin
(method git-fetch)
@@ -3728,7 +3728,7 @@ (define-public hut
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0ybngrwwmkm00dlkdhvkfcvcjhp5xzs8fh90zqr0h12ssqx9pll3"))))
+ (base32 "0ywbq6j31qj4mhzpy4c796h35l4gfxkmgnfkl1zll7gk1mcl9glj"))))
(build-system go-build-system)
(arguments
(list
@@ -3751,6 +3751,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
--
2.42.0