guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: dnscrypt-proxy: Update to 1.8.1.


From: Marius Bakke
Subject: 01/01: gnu: dnscrypt-proxy: Update to 1.8.1.
Date: Fri, 23 Dec 2016 14:54:48 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit d0f1673dc3799dabeb447783e3c5e82857bbbb09
Author: Marius Bakke <address@hidden>
Date:   Fri Dec 23 15:53:51 2016 +0100

    gnu: dnscrypt-proxy: Update to 1.8.1.
    
    * gnu/packages/dns.scm (dnscrypt-proxy): Update to 1.8.1.
---
 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 16e2220..56e07ab 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -140,7 +140,7 @@ high-volume and high-reliability applications. The name 
BIND stands for
 (define-public dnscrypt-proxy
   (package
     (name "dnscrypt-proxy")
-    (version "1.7.0")
+    (version "1.8.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -148,7 +148,7 @@ high-volume and high-reliability applications. The name 
BIND stands for
                     "dnscrypt-proxy-" version ".tar.bz2"))
               (sha256
                (base32
-                "1qw2nib0d5ia8581lbdnjxgn9c7pf2qw8vhpnnh1wjcjj3gpgbqx"))
+                "1dz0knslf7ysc2xx33ljrdlqyr4b0fpm9ifrwvwgcjaxgh94l7m8"))
               (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]