mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Remove unnecessary pins to go-1.23.
These packages seem to build fine with Go 1.24+; presumably this is due to updates in the upstream packages or to their dependencies, and the pin to go-1.23 is no longer necessary. * gnu/packages/golang-web.scm: (go-github-com-aws-aws-sdk-go, go-github-com-coreos-go-oidc, go-github-com-pion-ice-v3): Remove go-1.23 pin. * gnu/packages/golang-xyz.scm: (go-github-com-dgraph-io-badger-v4, go-github-com-jbenet-goprocess, go-github-com-segmentio-encoding, go-github-com-subosito-gotenv): Likewise. * gnu/packages/ipfs.scm: (go-github-com-ipfs-go-ds-badger4): Likewise. Change-Id: I709e2dabb136c2abc975bd692f5f0e515760ee39 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
83bbfd740d
commit
a61244b72a
3 changed files with 0 additions and 8 deletions
|
|
@ -1351,7 +1351,6 @@ functions.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.23
|
||||
#:import-path "github.com/aws/aws-sdk-go"
|
||||
#:test-flags #~(list "-skip" "TestProcessProviderTimeout")))
|
||||
(propagated-inputs
|
||||
|
|
@ -3451,7 +3450,6 @@ to append and delete rules; create, clear and delete chains.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.23
|
||||
#:import-path "github.com/coreos/go-oidc"))
|
||||
(native-inputs
|
||||
(list go-golang-org-x-net))
|
||||
|
|
@ -10936,7 +10934,6 @@ part of @url{https://github.com/pion, Pion} WebRTC implementation.")
|
|||
(base32 "0f9jy80law69zb26rkb6kl6w1c66vdghdrmifhwlmzngb644ihdb"))))
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.23
|
||||
#:tests? #f ;Tests require network access.
|
||||
#:import-path "github.com/pion/ice/v3"))
|
||||
(propagated-inputs
|
||||
|
|
|
|||
|
|
@ -6428,7 +6428,6 @@ supports concurrent serializable transactions.")
|
|||
(base32 "0v4c69whypm3k40hrx8bw9rjrcb0swz43v056s0fadqr04j0ncwj"))))
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.23
|
||||
#:tests? #f ; TODO: tests hang, find out why.
|
||||
#:import-path "github.com/dgraph-io/badger/v4"))
|
||||
(propagated-inputs
|
||||
|
|
@ -12201,7 +12200,6 @@ object, which implements simple error-retrying functionality.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.23
|
||||
#:import-path "github.com/jbenet/goprocess"
|
||||
#:test-flags
|
||||
#~(list "-short"
|
||||
|
|
@ -20740,7 +20738,6 @@ and branchless algorithms shine.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.23
|
||||
#:skip-build? #t
|
||||
#:import-path "github.com/segmentio/encoding"
|
||||
#:test-flags
|
||||
|
|
@ -21723,7 +21720,6 @@ slices, JSON and other data.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.23
|
||||
#:import-path "github.com/subosito/gotenv"
|
||||
#:test-flags #~(list "-skip" "TestScanner")))
|
||||
(native-inputs
|
||||
|
|
|
|||
|
|
@ -419,7 +419,6 @@ with @url{https://github.com/ipld/cid, CIDs}.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.23
|
||||
#:import-path "github.com/ipfs/go-ds-badger4"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue