diff options
author | Hilton Chain <hako@ultrarare.space> | 2024-09-01 23:31:56 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-09-17 17:34:58 +0200 |
commit | 2081439c126aa6335a5fd7efd31be496fcaed365 (patch) | |
tree | 5d58a0e315d72a946dbb2b64943a4351fc770744 /gnu/packages | |
parent | 5ce53449b5d9b05d0d7c7d5cdf78f8b677904c47 (diff) | |
download | guix-2081439c126aa6335a5fd7efd31be496fcaed365.tar.gz guix-2081439c126aa6335a5fd7efd31be496fcaed365.zip |
gnu: smartdns: Update to 46.
* gnu/packages/dns.scm (smartdns): Update to 46.
Change-Id: I4d1472d3ec027d89a550bf5cada74019074bb049
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-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 ffc8eda6bb..7a584ad6a2 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -1280,7 +1280,7 @@ nameservers other than libc.") (define-public smartdns (package (name "smartdns") - (version "45") + (version "46") (source (origin (method git-fetch) (uri (git-reference @@ -1292,7 +1292,7 @@ nameservers other than libc.") ((".*SYSTEMDSYSTEMUNITDIR.*") ""))) (sha256 (base32 - "1f0j6d8vz1x2f4nr2w3q7azkjh8hlkj81v61a8sw1kq5160qhlb9")))) + "0kllf623x5g7zh81nm41y3k67vsnm7a0dcdhdm0l6q4wyvr4z4zc")))) (build-system gnu-build-system) (arguments (list #:test-target "test" |