aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-02-12 01:00:01 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2023-02-12 01:00:28 +0100
commitbef8593ded839bbe795ff3cfdde1389d43519777 (patch)
tree7eb12985cccf782c78601d558e8cb8ad9cf795d9 /gnu/packages/dns.scm
parentf414c99068c62934eef95e78710bed7d05003846 (diff)
downloadguix-bef8593ded839bbe795ff3cfdde1389d43519777.tar
guix-bef8593ded839bbe795ff3cfdde1389d43519777.tar.gz
gnu: dnsmasq: Update to 2.89.
* gnu/packages/dns.scm (dnsmasq): Update to 2.89.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r--gnu/packages/dns.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 8865d16a1a..621278b354 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -294,7 +294,7 @@ prompt the user with the option to go with insecure DNS only.")
(define-public dnsmasq
(package
(name "dnsmasq")
- (version "2.88")
+ (version "2.89")
(source (origin
(method url-fetch)
(uri (string-append
@@ -302,7 +302,7 @@ prompt the user with the option to go with insecure DNS only.")
version ".tar.xz"))
(sha256
(base32
- "1cy1zci6vyhzczy6ncc5m9d7zsnnzs9mmwd6pr9w0h03l7nlsm13"))))
+ "02dnxfnman38armn3sw56w80f9wb2vgm3qgm15crs2yg8q1j7g82"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))