guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 98d2d3ad3f6114a32cfc346c9bf3ef1ad2d7f874
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jun 11 19:16:11 2025 +0100
gnu: go-zgo-at-jfmt: Update to 0.0.0-20240726113937-e6436421fade.
* gnu/packages/golang-xyz.scm (go-zgo-at-jfmt): Update to
0.0.0-20240726113937-e6436421fade.
[arguments] <go>: Use go-1.23.
<phases>: Remove 'disable-tailing-tests.
Change-Id: Ibb3d3d78cf3ec48bcf5162474772522180738f30
---
gnu/packages/golang-xyz.scm | 19 ++++---------------
1 file changed, 4 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 58282895dc..02cf5bc8e7 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -22693,7 +22693,7 @@ It allows one to safely call Unveil / Pledge on
non-OpenBSD operating systems.")
(define-public go-zgo-at-jfmt
(package
(name "go-zgo-at-jfmt")
- (version "0.0.0-20240531161922-a97493b8db3c")
+ (version "0.0.0-20240726113937-e6436421fade")
(source
(origin
(method git-fetch)
@@ -22702,23 +22702,12 @@ It allows one to safely call Unveil / Pledge on
non-OpenBSD operating systems.")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0vm38kp46m1drxx16prbjwrc575vv7819ci16p96i0mksnnlfxj3"))))
+ (base32 "1nc3n3lf0ixzpk85sadp2w4yg9v39pdb2z0i1rpxksdayax009wa"))))
(build-system go-build-system)
(arguments
(list
- #:import-path "zgo.at/jfmt"
- #:phases
- #~(modify-phases %standard-phases
- ;; Remove test data which failing during tests, see
- ;; <https://github.com/arp242/jfmt/issues/1>.
- (add-after 'unpack 'disable-failing-tests
- (lambda* (#:key import-path #:allow-other-keys)
- (with-directory-excursion (string-append "src/" import-path)
- (for-each
- (lambda (file) (delete-file file))
- '("testdata/escape.json"
- "testdata/toml-test-key-escapes.json"
- "testdata/toml-test-string-quoted-unicode.json"))))))))
+ #:go go-1.23
+ #:import-path "zgo.at/jfmt"))
(propagated-inputs
(list go-zgo-at-termtext
go-zgo-at-zli