~ruther/guix-local

8fbfa3c4c32bede6401af2def8f81daff8bbb754 — Nguyễn Gia Phong 6 months ago ac2306c
gnu: smartdns: Update to 47.

* gnu/packages/dns.scm (smartdns): Update to 47.

Change-Id: I4a0747d80e709f82b252145e6046f68f595beb42
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/dns.scm
M gnu/packages/dns.scm => gnu/packages/dns.scm +4 -2
@@ 1291,7 1291,7 @@ nameservers other than libc.")
(define-public smartdns
  (package
    (name "smartdns")
    (version "46.1")
    (version "47")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 1303,7 1303,7 @@ nameservers other than libc.")
                          ((".*SYSTEMDSYSTEMUNITDIR.*") "")))
              (sha256
               (base32
                "0jjzvm4i5978gb2xhkx7fhqwzgjnvwyk9a2d88zzv93mal7q9xi2"))))
                "10a4nnrnf10n4rq166yixm0va1j0sdj9vca3kpwkzgn9blwvbqph"))))
    (build-system gnu-build-system)
    (arguments
     (list #:test-target "test"


@@ 1338,6 1338,8 @@ nameservers other than libc.")
               (add-after 'check 'leave-test-dir
                 (lambda _
                   (chdir "../../source"))))))
    ;; NOTE: DoQ and DoH3 support require OpenSSL 3.4+, which is currently not
    ;; available in Guix.
    (inputs (list openssl))
    (native-inputs (list googletest `(,isc-bind "utils") which))
    (home-page "https://github.com/pymumu/smartdns")