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>master
parent
7790a970ec
commit
f573deab2e
|
@ -1621,7 +1621,7 @@ the Go standard library}.")
|
|||
(define-public go-github-com-quic-go-quic-go
|
||||
(package
|
||||
(name "go-github-com-quic-go-quic-go")
|
||||
(version "0.39.3")
|
||||
(version "0.42.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1630,13 +1630,13 @@ the Go standard library}.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0acabl3cz48nxpggc5s7fwxpmr5amyi09jygn5m5xxkkbhqs2cxq"))))
|
||||
(base32 "0bdr48nbcjajmhx1h11qfl1i7myxqpyqqk5n21007xyqw13qhb8c"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; XXX More packages required...
|
||||
#:tests? #f
|
||||
#:go go-1.20
|
||||
#:go go-1.21
|
||||
#:import-path "github.com/quic-go/quic-go"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-cheekybits-genny
|
||||
|
|
Reference in New Issue