guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: yadifa: Update to 2.5.0.


From: guix-commits
Subject: 03/05: gnu: yadifa: Update to 2.5.0.
Date: Wed, 9 Jun 2021 17:41:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 14803bfe18298955533db00a206633340a4bfac0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 9 23:37:49 2021 +0200

    gnu: yadifa: Update to 2.5.0.
    
    * gnu/packages/dns.scm (yadifa): Update to 2.5.0.
---
 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 a0388a1..7b22a67 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -769,16 +769,16 @@ served by AS112.  Stub and forward zones are supported.")
 (define-public yadifa
   (package
     (name "yadifa")
-    (version "2.4.2")
+    (version "2.5.0")
     (source
-     (let ((build "9997"))
+     (let ((build "10188"))
        (origin
          (method url-fetch)
          (uri
           (string-append "https://www.yadifa.eu/sites/default/files/releases/";
                          "yadifa-" version "-" build ".tar.gz"))
          (sha256
-          (base32 "0f1by2c7l39qpsar5nh98f3xypmn2ikv7wr557wmva6m0lwbl3q0")))))
+          (base32 "05ps6fif3sqn6yzkprnp1cm81f3ja4vqc0r6vh7nvzl73gv4rp2w")))))
     (build-system gnu-build-system)
     (native-inputs
      `(("which" ,which)))



reply via email to

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