guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: yadifa: Update to 2.3.11.


From: guix-commits
Subject: 02/03: gnu: yadifa: Update to 2.3.11.
Date: Tue, 20 Oct 2020 16:09:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2682614bbb4ea835eb2ff874006430e07962e3f5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 20 22:07:53 2020 +0200

    gnu: yadifa: Update to 2.3.11.
    
    * gnu/packages/dns.scm (yadifa): Update to 2.3.11.
    [source]: Update base URI.
---
 gnu/packages/dns.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index a27b670..9d7da2f 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.3.10")
+    (version "2.3.11")
     (source
-     (let ((build "9729"))
+     (let ((build "9779"))
        (origin
          (method url-fetch)
          (uri
-          (string-append "http://cdn.yadifa.eu/sites/default/files/releases/";
+          (string-append "https://www.yadifa.eu/sites/default/files/releases/";
                          "yadifa-" version "-" build ".tar.gz"))
          (sha256
-          (base32 "0azaignqmylfdzr4x02s8y3pkn4f0xkpz3d1pkiiz8mwk92zgybn")))))
+          (base32 "10zj0dp99n15mjpdydpvhj29vif6s31plkpkyflh0wjmcn2536jg")))))
     (build-system gnu-build-system)
     (native-inputs
      `(("which" ,which)))



reply via email to

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