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:
Leo Famulari 2020-02-12 22:40:10 -05:00
parent e4d8efe98f
commit 199f1be3a3
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -2963,7 +2963,7 @@ (define-public go-github-com-burntsushi-locker
(define-public go-github-com-marten-seemann-qtls
(package
(name "go-github-com-marten-seemann-qtls")
(version "0.2.3")
(version "0.3.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2972,7 +2972,7 @@ (define-public go-github-com-marten-seemann-qtls
(file-name (git-file-name name version))
(sha256
(base32
"0b9p7bwkm9hfg1mb565q4nw5k7xyks0z2xagz5fp95azy2psbnfg"))))
"1mdymj66qrqy80pfkwy9s9z9ifkg251whngw5lim09zm90wv2q7a"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/marten-seemann/qtls"