guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit b7a177aae750484c3e73e9383d37c8736da2e9c2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jun 11 19:10:38 2025 +0100
gnu: go-zgo-at-zstd: Update to 0.0.0-20250624130507-310bc16feb74.
* gnu/packages/golang-xyz.scm (go-zgo-at-zstd): Update to
0.0.0-20250624130507-310bc16feb74.
[arguments] <go>: Use go-1.23. <test-flags>: Skip just one test.
Change-Id: Ia7e8d0c7aee4fdbdd8364d3f8a89b7fd0aa50ae9
---
gnu/packages/golang-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 32d3dcb087..65ef75dc5b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -22812,7 +22812,7 @@ helpful utility functions, and makes testing fairly
easy.")
(define-public go-zgo-at-zstd
(package
(name "go-zgo-at-zstd")
- (version "0.0.0-20241125224656-49fafbb06ca9")
+ (version "0.0.0-20250624130507-310bc16feb74")
(source
(origin
(method git-fetch)
@@ -22821,12 +22821,13 @@ helpful utility functions, and makes testing fairly
easy.")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1hwvv685vv003j4ry6b791fmz5fz0ff57pq64s9s57zqxaxn8jrv"))))
+ (base32 "1b8w6cl0z9wz32n8znj3d6il775gfbnw6k8x6cxki4acqhga8dd2"))))
(build-system go-build-system)
(arguments
(list
+ #:go go-1.23
#:import-path "zgo.at/zstd"
- #:test-flags #~(list "-skip" "TestExists/4|TestDiffMatch/3")))
+ #:test-flags #~(list "-skip" "TestExists/4")))
(home-page "https://github.com/arp242/zstd")
(synopsis "Extensions to Go's standard library")
(description