diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-23 05:04:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-23 23:51:22 +0200 |
commit | 07af5c5e7a778b1cb2e0d964ba753ff62a1dc827 (patch) | |
tree | f61a52900f869152e4ab438e06ce1512a42f29b0 /gnu/packages/dns.scm | |
parent | e0cb11734bff5417c907ec3bd3bb9e0e9523b5ae (diff) |
gnu: dnsmasq: Update to 2.82.
* gnu/packages/dns.scm (dnsmasq): Update to 2.82.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 8c4369dbd8..3c69fd9858 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))) |