gnu: adns: Update to 1.5.1.

* gnu/packages/adns.scm (adns): Update to 1.5.1.
This commit is contained in:
Efraim Flashner 2016-08-13 20:24:43 +03:00
parent d85b398bb7
commit 91fd8dd2c5
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
(define-public adns (define-public adns
(package (package
(name "adns") (name "adns")
(version "1.5.0") (version "1.5.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (list (string-append "mirror://gnu/adns/adns-" (uri (list (string-append "mirror://gnu/adns/adns-"
@ -37,7 +37,7 @@
version ".tar.gz"))) version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"0hg89b5n84zjhzvbzrpvhl0hbm4s6d1z2pzllfis64ai656ypibz")))) "1ssfh94ck6kn98nf2yy6743srpgqgd167va5ja3bwx42igqjc42v"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
;; Make sure the programs under bin/ fine libadns.so. ;; Make sure the programs under bin/ fine libadns.so.