mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-quic-go-quic-go: Update to 0.45.2.
* gnu/packages/golang-web.scm (go-github-com-quic-go-quic-go): Update to 0.45.2. Change-Id: I2fd938f8d3c3d1ce86665c70a20cbd7330c88122
This commit is contained in:
parent
590904cca1
commit
b3e4b12c25
1 changed files with 2 additions and 2 deletions
|
@ -4389,7 +4389,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.43.0")
|
(version "0.45.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4398,7 +4398,7 @@ 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 "1vqc1mb60flbm5jqf48gzhzm8m0k06klf9szpx6mgw30957qv3fn"))))
|
(base32 "0skg771b6h9xlssf7prkryypz4j8hnkz7k3i76qhxdc4iz4rqyfz"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue