gnu: dnscrypt-proxy: Update to 1.9.2.
* gnu/packages/dns.scm (dnscrypt-proxy): Update to 1.9.2.
This commit is contained in:
parent
a5ff4d6517
commit
8f8921eb4a
|
@ -140,7 +140,7 @@ high-volume and high-reliability applications. The name BIND stands for
|
||||||
(define-public dnscrypt-proxy
|
(define-public dnscrypt-proxy
|
||||||
(package
|
(package
|
||||||
(name "dnscrypt-proxy")
|
(name "dnscrypt-proxy")
|
||||||
(version "1.8.1")
|
(version "1.9.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -148,7 +148,7 @@ high-volume and high-reliability applications. The name BIND stands for
|
||||||
"dnscrypt-proxy-" version ".tar.bz2"))
|
"dnscrypt-proxy-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dz0knslf7ysc2xx33ljrdlqyr4b0fpm9ifrwvwgcjaxgh94l7m8"))
|
"1xb199hpzfj53kmbkkn3awymjh8f44yzkmaj7q5ibb67b5p9fq7d"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Delete bundled libltdl. XXX: This package also bundles
|
;; Delete bundled libltdl. XXX: This package also bundles
|
||||||
|
|
Loading…
Reference in New Issue