diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-24 19:53:21 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-25 20:46:48 +0100 |
commit | e0a629a7b23f8940347b7146dc570deaf727bd8e (patch) | |
tree | b75dfafb04cb5a6d921fd9fb2e72bc60e9273531 /gnu/packages/golang.scm | |
parent | f24fb6f7c67a6df5a0209dda20e85b6dc8ddd744 (diff) | |
download | guix-e0a629a7b23f8940347b7146dc570deaf727bd8e.tar guix-e0a629a7b23f8940347b7146dc570deaf727bd8e.tar.gz |
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
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 27cdec0594..abaa8b2c8f 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -5427,7 +5427,7 @@ a cron spec parser and job runner.") (define-public go-github-com-google-uuid (package (name "go-github-com-google-uuid") - (version "1.1.1") + (version "1.6.0") (source (origin (method git-fetch) (uri (git-reference @@ -5436,7 +5436,7 @@ a cron spec parser and job runner.") (file-name (git-file-name name version)) (sha256 (base32 - "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb")))) + "131d01minir79dq6d4jq55018343yidl5cs2bfhynx1klnr7ssam")))) (build-system go-build-system) (arguments '(#:import-path "github.com/google/uuid")) |