me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-marten-seemann-qtls: Update to 0.4.1.

* gnu/packages/golang.scm (go-github-com-marten-seemann-qtls): Update to 0.4.1.
master
Leo Famulari 2020-05-21 14:20:05 -04:00
parent 64905c24ad
commit 4a1bc86678
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -3042,7 +3042,7 @@ mutex, simply ignore the RLock/RUnlock functions.")
(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.3.2") (version "0.4.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3051,7 +3051,7 @@ mutex, simply ignore the RLock/RUnlock functions.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1mdymj66qrqy80pfkwy9s9z9ifkg251whngw5lim09zm90wv2q7a")))) "0dz60y98nm7l70hamq0v2vrs2dspyr5yqhnrds2dfh7hchxvq76j"))))
(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"