guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit bf6f6f8e687977d82e03a2e93b7b0d5dde6af0a7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri May 1 09:54:42 2026 +0100

    gnu: go-github-com-petermattis-goid: Update to 0.0.0-4.df67b19.
    
    * gnu/packages/golang-check.scm (go-github-com-petermattis-goid): Update
    to df67b199bc81d151c71a864c3eb1ea12bf66c852 commit.
    
    Change-Id: Ic25359cb2299afe5233ccfd370a4699e5ceb069c
---
 gnu/packages/golang-check.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index f3bbccdbe6..979628d228 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -2799,8 +2799,8 @@ testing type to omit repeated @code{t}.")
     (license license:expat)))
 
 (define-public go-github-com-petermattis-goid
-  (let ((commit "395b08cebbdbaf68f44f53a2d6e9f8d064180a0b")
-        (revision "3"))
+  (let ((commit "df67b199bc81d151c71a864c3eb1ea12bf66c852")
+        (revision "4"))
     (package
       (name "go-github-com-petermattis-goid")
       (version (git-version "0.0.0" revision commit))
@@ -2808,11 +2808,11 @@ testing type to omit repeated @code{t}.")
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://github.com/petermattis/goid";)
-               (commit commit)))
+                (url "https://github.com/petermattis/goid";)
+                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0c8fc1v29wjv9r1l2dhkr9bxc7hysahr30bnxwnc854jckxiqi46"))))
+          (base32 "0lyr3h8cyk53xbg4asssk53zdfch3ympkk5m753zf1ggf4v3684f"))))
       (build-system go-build-system)
       (arguments
        (list

Reply via email to