[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
- branch master updated (a5ff4d6 -> 4ec8409), Marius Bakke, 2017/01/16
- 06/09: gnu: zathura-cb: Update to 0.1.6., Marius Bakke, 2017/01/16
- 08/09: gnu: zathura-djvu: Update to 0.2.6., Marius Bakke, 2017/01/16
- 03/09: gnu: vim: Update to 8.0.0194., Marius Bakke, 2017/01/16
- 01/09: gnu: dnscrypt-proxy: Update to 1.9.2.,
Marius Bakke <=
- 02/09: gnu: ccid: Update to 1.4.26., Marius Bakke, 2017/01/16
- 04/09: gnu: girara: Update to 0.2.7., Marius Bakke, 2017/01/16
- 05/09: gnu: zathura: Update to 0.3.7., Marius Bakke, 2017/01/16
- 07/09: gnu: zathura-ps: Update to 0.2.4., Marius Bakke, 2017/01/16
- 09/09: gnu: zathura-pdf-poppler: Update to 0.2.7., Marius Bakke, 2017/01/16