guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f51bdcc2f86d3cf20cd17225876c7ce5f8006a1d
Author: Jared Klingenberger <[email protected]>
AuthorDate: Mon Dec 22 17:45:06 2025 +0200

    gnu: go-github-com-gaissmai-bart: Update version 0.26.0.
    
    * gnu/packages/golang-web.scm (go-github-com-gaissmai-bart): Update
    version 0.26.0.
    
    Change-Id: I681d4a8f120028702f4c1697a61df471e4f1e1aa
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/golang-web.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 228fdc79f3..96109e7007 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -46,6 +46,7 @@
 ;;; Copyright © 2025 David Thompson <[email protected]>
 ;;; Copyright © 2025 Danny Milosavljevic <[email protected]>
 ;;; Copyright © 2025 Patrick Norton <[email protected]>
+;;; Copyright © 2025 Jared Klingenberger <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4598,7 +4599,7 @@ decode/encode structures and slices.")
 (define-public go-github-com-gaissmai-bart
   (package
     (name "go-github-com-gaissmai-bart")
-    (version "0.11.1")
+    (version "0.26.0")
     (source
      (origin
        (method git-fetch)
@@ -4607,7 +4608,7 @@ decode/encode structures and slices.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rnbmykmkl0c1fzz4vkv7q72l7hl2xpmalbm41f4lifdjscx5nk7"))))
+        (base32 "0w79ns4l7av8c4mzfshc0gyp7nfav2jgg6n2my2nziy8wns1bw33"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to