gnu: go-github-com-quic-go-quic-go: Update to 0.42.0.
* gnu/packages/golang-web.scm (go-github-com-quic-go-quic-go): Update to 0.42.0. Change-Id: I9791bba274f9682cb73082ca5547a59de0ee4c8f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
7790a970ec
commit
f573deab2e
1 changed files with 3 additions and 3 deletions
|
@ -1621,7 +1621,7 @@ the Go standard library}.")
|
||||||
(define-public go-github-com-quic-go-quic-go
|
(define-public go-github-com-quic-go-quic-go
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-quic-go-quic-go")
|
(name "go-github-com-quic-go-quic-go")
|
||||||
(version "0.39.3")
|
(version "0.42.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1630,13 +1630,13 @@ the Go standard library}.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0acabl3cz48nxpggc5s7fwxpmr5amyi09jygn5m5xxkkbhqs2cxq"))))
|
(base32 "0bdr48nbcjajmhx1h11qfl1i7myxqpyqqk5n21007xyqw13qhb8c"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
;; XXX More packages required...
|
;; XXX More packages required...
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
#:go go-1.20
|
#:go go-1.21
|
||||||
#:import-path "github.com/quic-go/quic-go"))
|
#:import-path "github.com/quic-go/quic-go"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-cheekybits-genny
|
(list go-github-com-cheekybits-genny
|
||||||
|
|
Reference in a new issue