guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: smartdns: Update to 42.


From: guix-commits
Subject: 09/11: gnu: smartdns: Update to 42.
Date: Tue, 30 May 2023 06:42:25 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit bf1ed215c77fd08cec5bfbbc051cb257fbd8d1eb
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sun May 28 22:18:13 2023 +0800

    gnu: smartdns: Update to 42.
    
    * gnu/packages/dns.scm (smartdns): Update to 42.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 c15017e03f..084df53f14 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -1381,7 +1381,7 @@ nameservers other than libc.")
 (define-public smartdns
   (package
     (name "smartdns")
-    (version "40")
+    (version "42")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1393,7 +1393,7 @@ nameservers other than libc.")
                           ((".*SYSTEMDSYSTEMUNITDIR.*") "")))
               (sha256
                (base32
-                "0ibbj96s40xgk6q7dsgpx65rjkknl1pn7nca5fcbbhcm2m80nzjj"))))
+                "17j0h5l7gig6rzk8b9180jwrx5khpnrylacjxvnnpgsi2725k8lq"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f                  ;no tests



reply via email to

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