guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: maradns: Update to 3.5.0007.


From: guix-commits
Subject: 06/07: gnu: maradns: Update to 3.5.0007.
Date: Sat, 11 Jul 2020 08:41:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0ac915008a77989603c4771225d9cfc08c62a1ef
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jul 11 14:38:09 2020 +0200

    gnu: maradns: Update to 3.5.0007.
    
    * gnu/packages/dns.scm (maradns): Update to 3.5.0007.
---
 gnu/packages/dns.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 98dd425..93bf9f47 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -952,7 +952,7 @@ known public suffixes.")
 (define-public maradns
   (package
     (name "maradns")
-    (version "3.5.0004")
+    (version "3.5.0007")
     (source
      (origin
        (method url-fetch)
@@ -960,11 +960,10 @@ known public suffixes.")
                            (version-major+minor version) "/"
                            version "/maradns-" version ".tar.xz"))
        (sha256
-        (base32
-         "1zv0i6m4m05ay5zlhwq1h88hgjq2d81cjanpnb3gyhr0xhmjwk6a"))))
+        (base32 "0bc19xylg4whww9qaj5i4izwxcrh0c0ja7l1pfcn2la02hlvg1a6"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f ; need to be root to run tests
+     `(#:tests? #f                      ; need to be root to run tests
        #:make-flags
        (list
         (string-append "CC="



reply via email to

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