diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-28 00:12:58 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-28 01:05:17 +0100 |
commit | 982bb6d468fa5400a131b363eedc1a6e6e72608b (patch) | |
tree | 792ac5fab78ecd4d484cbee49fbbf58224f0d706 /gnu/packages/golang.scm | |
parent | 6b30312b65df6ebc34380dbadd184b008b977f99 (diff) | |
download | guix-982bb6d468fa5400a131b363eedc1a6e6e72608b.tar guix-982bb6d468fa5400a131b363eedc1a6e6e72608b.tar.gz |
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
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files 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") |