sharlatan pushed a commit to branch go-team
in repository guix.
commit 982bb6d468fa5400a131b363eedc1a6e6e72608b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jul 28 00:12:58 2024 +0100
gnu: go-github-com-rivo-uniseg: Update to 0.4.7.
* gnu/packages/golang.scm (go-github-com-rivo-uniseg): Update to 0.4.7.
Change-Id: Ifabe78888d4a6cf3176633d757eac7253e04e8f3
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 5423cf3531..1984c8b039 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7991,7 +7991,7 @@ parser.")
(define-public go-github-com-rivo-uniseg
(package
(name "go-github-com-rivo-uniseg")
- (version "0.2.0")
+ (version "0.4.7")
(source
(origin
(method git-fetch)
@@ -8000,7 +8000,7 @@ parser.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0j7h22vfmjj562vr8gpsyrkrwp1pq9ayh5fylv24skxb467g9f0q"))))
+ (base32 "0nlcqyvq4vhq3hqhk84h6fp0jbqkjj88kcpcl853yr7sh4sisdxc"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/rivo/uniseg"))
(home-page "https://github.com/rivo/uniseg")