guix-commits
[Top][All Lists]
Advanced

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

17/23: gnu: yadifa: Update to 2.5.1 [security fixes].


From: guix-commits
Subject: 17/23: gnu: yadifa: Update to 2.5.1 [security fixes].
Date: Sun, 3 Oct 2021 13:28:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 78662bf8e1487aafc8bd7c1779f0a3e1b0988fdf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 3 16:34:47 2021 +0200

    gnu: yadifa: Update to 2.5.1 [security fixes].
    
    * gnu/packages/dns.scm (yadifa): Update to 2.5.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 6400b9a..0dbad6a 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.5.0")
+    (version "2.5.1")
     (source
-     (let ((build "10188"))
+     (let ((build "10306"))
        (origin
          (method url-fetch)
          (uri
           (string-append "https://www.yadifa.eu/sites/default/files/releases/";
                          "yadifa-" version "-" build ".tar.gz"))
          (sha256
-          (base32 "05ps6fif3sqn6yzkprnp1cm81f3ja4vqc0r6vh7nvzl73gv4rp2w")))))
+          (base32 "051h4pmh9llwj0w6h0v8fl2f146fb26cv3w5an9dmfh845sv6hzr")))))
     (build-system gnu-build-system)
     (native-inputs
      `(("which" ,which)))



reply via email to

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