guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: yadifa: Update to 2.4.1.


From: guix-commits
Subject: 04/07: gnu: yadifa: Update to 2.4.1.
Date: Tue, 22 Dec 2020 07:10:02 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6cf05d8371dcc28a79c6256a540b36824af65155
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Dec 21 00:04:20 2020 +0100

    gnu: yadifa: Update to 2.4.1.
    
    * gnu/packages/dns.scm (yadifa): Update to 2.4.1.
---
 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 f4ea5fe..5bb725a 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -760,16 +760,16 @@ served by AS112.  Stub and forward zones are supported.")
 (define-public yadifa
   (package
     (name "yadifa")
-    (version "2.4.0")
+    (version "2.4.1")
     (source
-     (let ((build "9809"))
+     (let ((build "9916"))
        (origin
          (method url-fetch)
          (uri
           (string-append "https://www.yadifa.eu/sites/default/files/releases/";
                          "yadifa-" version "-" build ".tar.gz"))
          (sha256
-          (base32 "114a1y4pzzzq0s9hyn65nd4fg19xijsqpfhsd0wkvjndsazg63ky")))))
+          (base32 "1m1j7q1f0682xig8qign5ms52igix8pd45fds7p5j285dvrfa4xd")))))
     (build-system gnu-build-system)
     (native-inputs
      `(("which" ,which)))



reply via email to

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