gnu: dnsmasq: Update to 2.87.
* gnu/packages/dns.scm (dnsmasq): Update to 2.87.
This commit is contained in:
parent
6f7678e493
commit
b950be970a
1 changed files with 2 additions and 2 deletions
|
@ -290,7 +290,7 @@ (define-public dnssec-trigger
|
|||
(define-public dnsmasq
|
||||
(package
|
||||
(name "dnsmasq")
|
||||
(version "2.86")
|
||||
(version "2.87")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -298,7 +298,7 @@ (define-public dnsmasq
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"027b0ycw8h8yvvkq46vnr7dv8iqn5srm4kr7hm7sq110kvy2rm98"))))
|
||||
"0ynyi4mixhxhbfxb2bivinkrjc5zgj9lj5bzgvymc8vz98vc0a02"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue