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

commit 587304234cba0e46c21f5e0370fbcf16155212b8
Author: Sharlatan Hellseher <sharlata...@gmail.com>
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 0f16499cda..c95d94076f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -21522,7 +21522,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)
@@ -21531,23 +21531,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

Reply via email to