guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 5589eb8988ea4ac5c27afb484c1b8c15c53db74e
Author: Carlos Durán Domínguez <[email protected]>
AuthorDate: Mon Feb 9 23:20:11 2026 +0100

    gnu: go-codeberg-org-anaseto-gruid: Update to 0.25.0.
    
    * gnu/packages/golang-xyz.scm (go-codeberg-org-anaseto-gruid): Update to
    0.25.0.
    [source] <url>: Remove .git suffix.
    
    Change-Id: I6ec837537103724e6af3c33c5395e213d759410f
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/golang-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index bf4adb37d1..997390f615 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -72,6 +72,7 @@
 ;;; Copyright © 2025 Patrick Norton <[email protected]>
 ;;; Copyright © 2025 jgart <[email protected]>
 ;;; Copyright © 2025 Aleksandr Lebedev <[email protected]>
+;;; Copyright © 2026 Carlos Durán Domínguez <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -402,16 +403,16 @@ a human-readable byte format.")
 (define-public go-codeberg-org-anaseto-gruid
   (package
     (name "go-codeberg-org-anaseto-gruid")
-    (version "0.23.0")
+    (version "0.25.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://codeberg.org/anaseto/gruid.git";)
+             (url "https://codeberg.org/anaseto/gruid";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19751r5skzn43af1ccgk8km3b3kxzvqzvw0igxbirvw862g1il04"))))
+        (base32 "1h7lgicf11b1vlzwgmkhy6rfn2jyz5xvvnkjfikw8i8hx8ni1ffb"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to