gnu: dnsmasq: Update to 2.88.

* gnu/packages/dns.scm (dnsmasq): Update to 2.88.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-11 01:00:01 +01:00
parent ad3df339b4
commit a39034cdbd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -290,7 +290,7 @@ (define-public dnssec-trigger
(define-public dnsmasq
(package
(name "dnsmasq")
(version "2.87")
(version "2.88")
(source (origin
(method url-fetch)
(uri (string-append
@ -298,7 +298,7 @@ (define-public dnsmasq
version ".tar.xz"))
(sha256
(base32
"0ynyi4mixhxhbfxb2bivinkrjc5zgj9lj5bzgvymc8vz98vc0a02"))))
"1cy1zci6vyhzczy6ncc5m9d7zsnnzs9mmwd6pr9w0h03l7nlsm13"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))