guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 5eb5179a1a82676e540b5eec66b374b0b1529e1a Author: Sharlatan Hellseher <sharlata...@gmail.com> 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 5990cb415a..fa555b3417 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -21604,7 +21604,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) @@ -21613,12 +21613,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