summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-11 19:16:11 +0100
committerAndreas Enge <andreas@enge.fr>2025-07-26 19:55:45 +0200
commit49ca0ef6c9baa3b312c59d45c53fbbfde02b3485 (patch)
tree24d16b1260cb4047dbb06d52d7e9ccdd3c567ae8
parent8c7f6fb22c3de23f56bb228b52c040cd1846ba89 (diff)
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
-rw-r--r--gnu/packages/golang-xyz.scm19
1 files changed, 4 insertions, 15 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index d7b5fb6c4f..3ba42fe6f0 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -22611,7 +22611,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)
@@ -22620,23 +22620,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