guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: maradns: Update to 3.5.0020.


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

nckx pushed a commit to branch master
in repository guix.

commit de949bac61b66209cf952028be4570c9dd84c7b0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 9 23:40:30 2021 +0200

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

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 57ed1c6..6416813 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -1237,7 +1237,7 @@ known public suffixes.")
 (define-public maradns
   (package
     (name "maradns")
-    (version "3.5.0007")
+    (version "3.5.0020")
     (source
      (origin
        (method url-fetch)
@@ -1245,7 +1245,7 @@ known public suffixes.")
                            (version-major+minor version) "/"
                            version "/maradns-" version ".tar.xz"))
        (sha256
-        (base32 "0bc19xylg4whww9qaj5i4izwxcrh0c0ja7l1pfcn2la02hlvg1a6"))))
+        (base32 "1qgabw6y2bwy6y88dikis62k789i0xh7iwxan8jmqpzvksqwjfgw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; need to be root to run tests



reply via email to

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