guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: yadifa: Update to 2.2.6.


From: Marius Bakke
Subject: 03/03: gnu: yadifa: Update to 2.2.6.
Date: Thu, 19 Oct 2017 15:22:48 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 8c1db4fc58859f3fbdf098da1791f5e84f9092ce
Author: Marius Bakke <address@hidden>
Date:   Thu Oct 19 20:27:25 2017 +0200

    gnu: yadifa: Update to 2.2.6.
    
    * gnu/packages/dns.scm (yadifa): Update to 2.2.6.
---
 gnu/packages/dns.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 657e7eb..ee5acaf 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -443,9 +443,9 @@ served by AS112.  Stub and forward zones are supported.")
 (define-public yadifa
   (package
     (name "yadifa")
-    (version "2.2.5")
+    (version "2.2.6")
     (source
-     (let ((build "6937"))
+     (let ((build "7246"))
        (origin
          (method url-fetch)
          (uri
@@ -453,7 +453,7 @@ served by AS112.  Stub and forward zones are supported.")
                          name "-" version "-" build ".tar.gz"))
          (sha256
           (base32
-           "146fs52izf6dfwsxal3srpwin2yyl41g31cy4pyvbi5mqy2craj7")))))
+           "041a35f5jz2wcn8pxk1m7b2qln2wbvj4ddwb0a53lqabl912xi6p")))))
     (build-system gnu-build-system)
     (native-inputs
      `(("which" ,which)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]