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 <sharlatanus@gmail.com>
This commit is contained in:
Jared Klingenberger 2025-12-22 17:45:06 +02:00 committed by Sharlatan Hellseher
parent 50a7c9c250
commit f51bdcc2f8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -46,6 +46,7 @@
;;; Copyright © 2025 David Thompson <davet@gnu.org> ;;; Copyright © 2025 David Thompson <davet@gnu.org>
;;; Copyright © 2025 Danny Milosavljevic <dannym@friendly-machines.com> ;;; Copyright © 2025 Danny Milosavljevic <dannym@friendly-machines.com>
;;; Copyright © 2025 Patrick Norton <patrick.147.norton@gmail.com> ;;; Copyright © 2025 Patrick Norton <patrick.147.norton@gmail.com>
;;; Copyright © 2025 Jared Klingenberger <jkling@noreply.codeberg.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -4598,7 +4599,7 @@ decode/encode structures and slices.")
(define-public go-github-com-gaissmai-bart (define-public go-github-com-gaissmai-bart
(package (package
(name "go-github-com-gaissmai-bart") (name "go-github-com-gaissmai-bart")
(version "0.11.1") (version "0.26.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4607,7 +4608,7 @@ decode/encode structures and slices.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1rnbmykmkl0c1fzz4vkv7q72l7hl2xpmalbm41f4lifdjscx5nk7")))) (base32 "0w79ns4l7av8c4mzfshc0gyp7nfav2jgg6n2my2nziy8wns1bw33"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list