diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-01-25 12:28:01 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-01-26 16:27:07 +0100 |
commit | 602d70f31e90881007a34b7c9244df3e4292fcc4 (patch) | |
tree | d60c71533ef051781fec6aece57755b2d7a01a32 /gnu/packages/dns.scm | |
parent | 0db2ff65e7101951fedf4357aa37aaf92f7df431 (diff) | |
download | patches-602d70f31e90881007a34b7c9244df3e4292fcc4.tar patches-602d70f31e90881007a34b7c9244df3e4292fcc4.tar.gz |
gnu: dnscrypt-proxy: Update to 1.9.4.
* gnu/packages/dns.scm (dnscrypt-proxy): Update to 1.9.4.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 9d77395243..643b5fe1e8 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -146,7 +146,7 @@ high-volume and high-reliability applications. The name BIND stands for (define-public dnscrypt-proxy (package (name "dnscrypt-proxy") - (version "1.9.2") + (version "1.9.4") (source (origin (method url-fetch) (uri (string-append @@ -154,7 +154,7 @@ high-volume and high-reliability applications. The name BIND stands for "dnscrypt-proxy-" version ".tar.bz2")) (sha256 (base32 - "1xb199hpzfj53kmbkkn3awymjh8f44yzkmaj7q5ibb67b5p9fq7d")) + "07piwsjczamwvdpv1585kg4awqakip51bwsm8nqi6bljww4agx7x")) (modules '((guix build utils))) (snippet ;; Delete bundled libltdl. XXX: This package also bundles |