1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 07:00:37 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2024-07-28 00:12:58 +01:00
parent 6b30312b65
commit 982bb6d468

View File

@@ -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")