guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: acme-client: Update to 0.1.14.


From: Leo Famulari
Subject: 02/02: gnu: acme-client: Update to 0.1.14.
Date: Sun, 6 Nov 2016 20:58:33 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 2ad0240c56d5c240977f567003f0a4c6c0afa2df
Author: Leo Famulari <address@hidden>
Date:   Sun Nov 6 15:48:41 2016 -0500

    gnu: acme-client: Update to 0.1.14.
    
    * gnu/packages/tls.scm (acme-client): Update to 0.1.14.
---
 gnu/packages/tls.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index b85fdde..8318dd2 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -717,7 +717,7 @@ number generator")
 (define-public acme-client
   (package
     (name "acme-client")
-    (version "0.1.11")
+    (version "0.1.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://kristaps.bsd.lv/"; name "/"
@@ -725,7 +725,7 @@ number generator")
                                   version ".tgz"))
               (sha256
                (base32
-                "09pipyfk448gxqr7ci56gsq5la8wlydv7wwn9wk0zgjxmlh7h6fb"))))
+                "1qq4xk41pn65m3v7nnvkmxg96pr06vz6hzdrm0vcmlp3clzpbahl"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; no test suite



reply via email to

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