From e0a629a7b23f8940347b7146dc570deaf727bd8e Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 24 Aug 2024 19:53:21 +0100 Subject: 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 --- gnu/packages/golang.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/golang.scm') 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 @@ (define-public go-github-com-ddevault-go-libvterm (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 @@ (define-public go-github-com-google-uuid (file-name (git-file-name name version)) (sha256 (base32 - "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb")))) + "131d01minir79dq6d4jq55018343yidl5cs2bfhynx1klnr7ssam")))) (build-system go-build-system) (arguments '(#:import-path "github.com/google/uuid")) -- cgit v1.2.3