guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: dnscrypt-proxy: Update to 1.9.2.


From: Marius Bakke
Subject: 01/09: gnu: dnscrypt-proxy: Update to 1.9.2.
Date: Mon, 16 Jan 2017 09:25:46 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 8f8921eb4a2879beabcf8c8806647d09662c78a9
Author: Marius Bakke <address@hidden>
Date:   Mon Jan 16 09:47:45 2017 +0100

    gnu: dnscrypt-proxy: Update to 1.9.2.
    
    * gnu/packages/dns.scm (dnscrypt-proxy): Update to 1.9.2.
---
 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 9a4f4e1..2934e8e 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.8.1")
+    (version "1.9.2")
     (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
-                "1dz0knslf7ysc2xx33ljrdlqyr4b0fpm9ifrwvwgcjaxgh94l7m8"))
+                "1xb199hpzfj53kmbkkn3awymjh8f44yzkmaj7q5ibb67b5p9fq7d"))
               (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]