guix-commits
[Top][All Lists]
Advanced

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

20/27: gnu: dnsmasq: Update to 2.88.


From: guix-commits
Subject: 20/27: gnu: dnsmasq: Update to 2.88.
Date: Thu, 15 Dec 2022 13:44:22 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a39034cdbdfae1b662b0530c23a1daca48c6d74b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100

    gnu: dnsmasq: Update to 2.88.
    
    * gnu/packages/dns.scm (dnsmasq): Update to 2.88.
---
 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 4f25147d00..a34d5cbdd1 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -290,7 +290,7 @@ prompt the user with the option to go with insecure DNS 
only.")
 (define-public dnsmasq
   (package
     (name "dnsmasq")
-    (version "2.87")
+    (version "2.88")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -298,7 +298,7 @@ prompt the user with the option to go with insecure DNS 
only.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0ynyi4mixhxhbfxb2bivinkrjc5zgj9lj5bzgvymc8vz98vc0a02"))))
+                "1cy1zci6vyhzczy6ncc5m9d7zsnnzs9mmwd6pr9w0h03l7nlsm13"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))



reply via email to

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