diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-01-16 09:47:45 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-01-16 10:00:16 +0100 |
commit | 8f8921eb4a2879beabcf8c8806647d09662c78a9 (patch) | |
tree | 69df87c41e4ef680b441df91a0f8b577d7a9c845 /gnu/packages/dns.scm | |
parent | a5ff4d65170ccd8156489aa1741a85b94434fba3 (diff) | |
download | patches-8f8921eb4a2879beabcf8c8806647d09662c78a9.tar patches-8f8921eb4a2879beabcf8c8806647d09662c78a9.tar.gz |
gnu: dnscrypt-proxy: Update to 1.9.2.
* gnu/packages/dns.scm (dnscrypt-proxy): Update to 1.9.2.
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 9a4f4e108e..2934e8e276 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 |