guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 25/50: gnu: go-github-com-google-uuid: Update to 1.6.0.
Date: Sun, 25 Aug 2024 19:20:27 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit e0a629a7b23f8940347b7146dc570deaf727bd8e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Aug 24 19:53:21 2024 +0100

    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(-)

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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]