me
/
guix
Archived
1
0
Fork 0

gnu: go-go-uber-org-atomic: Update to 1.8.0.

* gnu/packages/golang.scm (go-go-uber-org-atomic): Update to 1.8.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Sarah Morgensen 2021-06-25 00:20:55 -07:00 committed by Efraim Flashner
parent 11c265187d
commit 174a43b928
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -8059,7 +8059,7 @@ programs that use traditional command lines.")
(define-public go-go-uber-org-atomic
(package
(name "go-go-uber-org-atomic")
(version "1.7.0")
(version "1.8.0")
(source
(origin
(method git-fetch)
@ -8068,7 +8068,7 @@ programs that use traditional command lines.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0yxvb5sixh76cl9j8dpa97gznj0p8pmg2cdw0ypfwhd3ipx9wph1"))))
(base32 "0grswsk7nkf7zmmychf6aj6032shyag1kgs6zf7qwxyn55dym1v8"))))
(build-system go-build-system)
(arguments
'(#:import-path "go.uber.org/atomic"))