mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
4a7e5a0ced
commit
9c73d98787
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue