guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: dnscrypt-proxy: Update to 1.9.5.


From: Marius Bakke
Subject: 03/03: gnu: dnscrypt-proxy: Update to 1.9.5.
Date: Tue, 9 May 2017 14:53:01 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 83a895310936dc43344ee305a1f11df79d4a4cc4
Author: Marius Bakke <address@hidden>
Date:   Mon May 8 12:19:55 2017 +0200

    gnu: dnscrypt-proxy: Update to 1.9.5.
    
    * gnu/packages/dns.scm (dnscrypt-proxy): Update to 1.9.5.
---
 gnu/packages/dns.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 871f034..1fb552d 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -155,7 +155,7 @@ high-volume and high-reliability applications. The name 
BIND stands for
 (define-public dnscrypt-proxy
   (package
     (name "dnscrypt-proxy")
-    (version "1.9.4")
+    (version "1.9.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -163,7 +163,7 @@ high-volume and high-reliability applications. The name 
BIND stands for
                     "dnscrypt-proxy-" version ".tar.bz2"))
               (sha256
                (base32
-                "07piwsjczamwvdpv1585kg4awqakip51bwsm8nqi6bljww4agx7x"))
+                "1dhvklr4dg2vlw108n11xbamacaryyg3dbrg629b76lp7685p7z8"))
               (modules '((guix build utils)))
               (snippet
                ;; Delete bundled libltdl. XXX: This package also bundles



reply via email to

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