guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: dnsmasq: Update to 2.82.


From: guix-commits
Subject: 06/07: gnu: dnsmasq: Update to 2.82.
Date: Thu, 23 Jul 2020 17:54:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 07af5c5e7a778b1cb2e0d964ba753ff62a1dc827
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 23 05:04:15 2020 +0200

    gnu: dnsmasq: Update to 2.82.
    
    * gnu/packages/dns.scm (dnsmasq): Update to 2.82.
---
 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 8c4369d..3c69fd9 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -80,7 +80,7 @@
 (define-public dnsmasq
   (package
     (name "dnsmasq")
-    (version "2.81")
+    (version "2.82")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -88,7 +88,7 @@
                     version ".tar.xz"))
               (sha256
                (base32
-                "1yzq6anwgr5rlnwydpszb51cyhp2vjq29b24ck19flbwac1sk73l"))))
+                "0cn1xd1s6xs78jmrmwjnh9m6w3q38pk6dyqy2phvasqiyd33cll4"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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