guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 06/12: gnu: go-github-com-marten-seemann-qtls: Update to 0.4.1.
Date: Fri, 22 May 2020 18:56:10 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 4a1bc86678df784b0c578e621275db10ffad0be4
Author: Leo Famulari <address@hidden>
AuthorDate: Thu May 21 14:20:05 2020 -0400

    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.
---
 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 3a9b109..58016dc 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3042,7 +3042,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.3.2")
+    (version "0.4.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3051,7 +3051,7 @@ mutex, simply ignore the RLock/RUnlock functions.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1mdymj66qrqy80pfkwy9s9z9ifkg251whngw5lim09zm90wv2q7a"))))
+                "0dz60y98nm7l70hamq0v2vrs2dspyr5yqhnrds2dfh7hchxvq76j"))))
     (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]