mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: go-github-com-marten-seemann-qtls: Update to 0.3.2.
* gnu/packages/golang.scm (go-github-com-marten-seemann-qtls): Update to 0.3.2.
This commit is contained in:
parent
e4d8efe98f
commit
199f1be3a3
1 changed files with 2 additions and 2 deletions
|
@ -2963,7 +2963,7 @@ (define-public go-github-com-burntsushi-locker
|
||||||
(define-public go-github-com-marten-seemann-qtls
|
(define-public go-github-com-marten-seemann-qtls
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-marten-seemann-qtls")
|
(name "go-github-com-marten-seemann-qtls")
|
||||||
(version "0.2.3")
|
(version "0.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2972,7 +2972,7 @@ (define-public go-github-com-marten-seemann-qtls
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b9p7bwkm9hfg1mb565q4nw5k7xyks0z2xagz5fp95azy2psbnfg"))))
|
"1mdymj66qrqy80pfkwy9s9z9ifkg251whngw5lim09zm90wv2q7a"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/marten-seemann/qtls"
|
'(#:import-path "github.com/marten-seemann/qtls"
|
||||||
|
|
Loading…
Reference in a new issue