gnu: openresolv: Update to 3.12.0.
* gnu/packages/dns.scm (openresolv): Update to 3.12.0.
This commit is contained in:
parent
35c55931bf
commit
b3c29d90a6
1 changed files with 2 additions and 2 deletions
|
@ -1287,14 +1287,14 @@ and TCP-capable recursive DNS server for finding domains on the internet.")
|
||||||
(define-public openresolv
|
(define-public openresolv
|
||||||
(package
|
(package
|
||||||
(name "openresolv")
|
(name "openresolv")
|
||||||
(version "3.10.0")
|
(version "3.12.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://roy.marples.name/downloads/openresolv/"
|
(uri (string-append "https://roy.marples.name/downloads/openresolv/"
|
||||||
"openresolv-" version ".tar.xz"))
|
"openresolv-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01ms6c087la4hk0f0w6n2vpsb7dg4kklah2rqyhz88p0vr9bqy20"))
|
"15qvp5va2yrqpz0ba54clvn8cbc66v4sl7k3bi9ji8jpx040bcs2"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "openresolv-restartcmd-guix.patch"))))
|
(search-patches "openresolv-restartcmd-guix.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Reference in a new issue