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
This commit is contained in:
Sharlatan Hellseher 2025-06-11 19:10:38 +01:00
parent 4a7e5a0ced
commit 9c73d98787
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -22812,7 +22812,7 @@ helpful utility functions, and makes testing fairly easy.")
(define-public go-zgo-at-zstd (define-public go-zgo-at-zstd
(package (package
(name "go-zgo-at-zstd") (name "go-zgo-at-zstd")
(version "0.0.0-20241125224656-49fafbb06ca9") (version "0.0.0-20250624130507-310bc16feb74")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -22821,12 +22821,13 @@ helpful utility functions, and makes testing fairly easy.")
(commit (go-version->git-ref version)))) (commit (go-version->git-ref version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1hwvv685vv003j4ry6b791fmz5fz0ff57pq64s9s57zqxaxn8jrv")))) (base32 "1b8w6cl0z9wz32n8znj3d6il775gfbnw6k8x6cxki4acqhga8dd2"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
#:go go-1.23
#:import-path "zgo.at/zstd" #: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") (home-page "https://github.com/arp242/zstd")
(synopsis "Extensions to Go's standard library") (synopsis "Extensions to Go's standard library")
(description (description