gnu: dnsmasq: Update to 2.81.
authorPierre Langlois <pierre.langlois@gmx.com>
Mon, 13 Apr 2020 13:50:36 +0000 (15:50 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 13 Apr 2020 16:43:13 +0000 (18:43 +0200)
* gnu/packages/dns.scm (dnsmasq): Update to 2.81.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
gnu/packages/dns.scm

index af45ec2..77f27fd 100644 (file)
@@ -13,6 +13,7 @@
 ;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2019 Chris Marusich <cmmarusich@gmail.com>
 ;;; Copyright © 2019 Rutger Helling <rhelling@mykolab.com>
+;;; Copyright © 2020 Pierre Langlois <pierre.langlois@gmx.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -75,7 +76,7 @@
 (define-public dnsmasq
   (package
     (name "dnsmasq")
-    (version "2.80")
+    (version "2.81")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -83,7 +84,7 @@
                     version ".tar.xz"))
               (sha256
                (base32
-                "1fv3g8vikj3sn37x1j6qsywn09w1jipvlv34j3q5qrljbrwa5ayd"))))
+                "1yzq6anwgr5rlnwydpszb51cyhp2vjq29b24ck19flbwac1sk73l"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))