guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

33/35: gnu: go-github-com-lucas-clemente-quic-go: Update to 0.12.1.


From: guix-commits
Subject: 33/35: gnu: go-github-com-lucas-clemente-quic-go: Update to 0.12.1.
Date: Thu, 13 Feb 2020 19:55:40 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 05b8096dd2d02d251c68b37e6d730c1f9c88c00b
Author: Leo Famulari <address@hidden>
AuthorDate: Wed Feb 12 22:40:35 2020 -0500

    gnu: go-github-com-lucas-clemente-quic-go: Update to 0.12.1.
    
    * gnu/packages/golang.scm (go-github-com-lucas-clemente-quic-go): Update
    to 0.12.1.
    [propagated-inputs]: Add go-github-com-golang-protobuf-proto.
---
 gnu/packages/golang.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 5aeab1f..d165ccf 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3013,7 +3013,7 @@ implementation of generics.")
 (define-public go-github-com-lucas-clemente-quic-go
   (package
     (name "go-github-com-lucas-clemente-quic-go")
-    (version "0.11.2")
+    (version "0.12.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3022,7 +3022,7 @@ implementation of generics.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0gqm5mc8alg84ra7yxach34il1jvcij8f76qdqcahnd3d2nhjbia"))))
+                "156nhq4dvw7mr08j952248v81q7702phbn4mp228319sahnbv65h"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/lucas-clemente/quic-go"
@@ -3031,7 +3031,8 @@ implementation of generics.")
     (propagated-inputs
      `(("go-golang-org-x-crypto" ,go-golang-org-x-crypto)
        ("go-github-com-cheekybits-genny" ,go-github-com-cheekybits-genny)
-       ("go-github-com-marten-seemann-qtls" 
,go-github-com-marten-seemann-qtls)))
+       ("go-github-com-marten-seemann-qtls" ,go-github-com-marten-seemann-qtls)
+       ("go-github-com-golang-protobuf-proto" 
,go-github-com-golang-protobuf-proto)))
     (synopsis "QUIC in Go")
     (description "This package provides a Go language implementation of the 
QUIC
 network protocol.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]