gnu: go-golang-org-x-exp-typeparams: Update to 0.0.0-20241210194714-1829a127f884.

* gnu/packages/golang-build.scm (go-golang-org-x-exp-typeparams): Update
to 0.0.0-20241210194714-1829a127f884.
[arguments]<test-flags>: Skip one test.

Change-Id: Ibe5b79342f80036d7bfa13b0da654489b450be55
This commit is contained in:
Sharlatan Hellseher 2024-12-13 17:00:06 +00:00
parent ee2f110b84
commit 348436a030
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -529,7 +529,7 @@ (define-public go-golang-org-x-exp
(define-public go-golang-org-x-exp-typeparams
(package
(name "go-golang-org-x-exp-typeparams")
(version "0.0.0-20240707233637-46b078467d37")
(version "0.0.0-20241210194714-1829a127f884")
(source
(origin
(method git-fetch)
@ -538,12 +538,14 @@ (define-public go-golang-org-x-exp-typeparams
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "17pwikql9x1bm5ci0kk4mlad7smkph0cgq1pi2b43gnhjz8m96l0"))))
(base32 "16lc0sgydpr4gbb5c9ygq86jdmq6f9qjf0vv1m5mhh3dggc1fzpp"))))
(build-system go-build-system)
(arguments
(list
#:import-path "golang.org/x/exp/typeparams"
#:unpack-path "golang.org/x/exp"))
#:unpack-path "golang.org/x/exp"
;; Could not import go/ast (can't find import: "go/ast").
#:test-flags #~(list "-skip" "TestAPIConsistency")))
(home-page "https://pkg.go.dev/golang.org/x/exp/typeparams")
(synopsis "Golang common utilities for writing tools")
(description