gnu: yadifa: Update to 2.2.4.

* gnu/packages/dns.scm (yadifa): Update to 2.2.4.
master
Tobias Geerinckx-Rice 2017-04-17 01:35:23 +02:00
parent c9d7cd4762
commit 9b9cc951bd
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 3 additions and 3 deletions

View File

@ -275,9 +275,9 @@ asynchronous fashion.")
(define-public yadifa
(package
(name "yadifa")
(version "2.2.3")
(version "2.2.4")
(source
(let ((revision "6711"))
(let ((revision "6924"))
(origin
(method url-fetch)
(uri
@ -285,7 +285,7 @@ asynchronous fashion.")
name "-" version "-" revision ".tar.gz"))
(sha256
(base32
"0ikfm40gx0zjw3gnxsw3rn1k4wb8jacgklja3ygcj1knq6hy2zaa")))))
"060ydcfn9876bs6p5xi3p1k20ca547f4jck25r5x1hnxjlv7ss03")))))
(build-system gnu-build-system)
(native-inputs
`(("which" ,which)))