guix-commits
[Top][All Lists]
Advanced

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

32/35: gnu: go-github-com-marten-seemann-qtls: Update to 0.3.2.


From: guix-commits
Subject: 32/35: gnu: go-github-com-marten-seemann-qtls: Update to 0.3.2.
Date: Thu, 13 Feb 2020 19:55:39 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 199f1be3a3848159c3cb373d6cb62f48ea8a170e
Author: Leo Famulari <address@hidden>
AuthorDate: Wed Feb 12 22:40:10 2020 -0500

    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.
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b92441a..5aeab1f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2963,7 +2963,7 @@ mutex, simply ignore the RLock/RUnlock functions.")
 (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 @@ mutex, simply ignore the RLock/RUnlock functions.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0b9p7bwkm9hfg1mb565q4nw5k7xyks0z2xagz5fp95azy2psbnfg"))))
+                "1mdymj66qrqy80pfkwy9s9z9ifkg251whngw5lim09zm90wv2q7a"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/marten-seemann/qtls"



reply via email to

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