gnu: go-github-com-google-uuid: Update to 1.6.0.

* gnu/packages/golang.scm (go-github-com-google-uuid): Update to 1.6.0.

Change-Id: Iecc6a649124e45fa2155042cc56350779ec1880c
This commit is contained in:
Sharlatan Hellseher 2024-08-24 19:53:21 +01:00
parent f24fb6f7c6
commit e0a629a7b2
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -5427,7 +5427,7 @@ a cron spec parser and job runner.")
(define-public go-github-com-google-uuid (define-public go-github-com-google-uuid
(package (package
(name "go-github-com-google-uuid") (name "go-github-com-google-uuid")
(version "1.1.1") (version "1.6.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -5436,7 +5436,7 @@ a cron spec parser and job runner.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb")))) "131d01minir79dq6d4jq55018343yidl5cs2bfhynx1klnr7ssam"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/google/uuid")) '(#:import-path "github.com/google/uuid"))