This is an automated email from the git hooks/post-receive script. guix_mirror_bot pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new d1ec5be63e gnu: smartdns: Update to 46.1. d1ec5be63e is described below commit d1ec5be63e2d8521a6bad61e5c478319280623c6 Author: Hilton Chain <hako@ultrarare.space> AuthorDate: Mon May 26 11:15:43 2025 +0800 gnu: smartdns: Update to 46.1. * gnu/packages/dns.scm (smartdns): Update to 46.1. Change-Id: I26e36b03b5389289a2f2aefb9ccab736681b8945 --- gnu/packages/dns.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 7ac5b9e3f6..2797821704 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -1285,7 +1285,7 @@ nameservers other than libc.") (define-public smartdns (package (name "smartdns") - (version "46") + (version "46.1") (source (origin (method git-fetch) (uri (git-reference @@ -1297,7 +1297,7 @@ nameservers other than libc.") ((".*SYSTEMDSYSTEMUNITDIR.*") ""))) (sha256 (base32 - "0kllf623x5g7zh81nm41y3k67vsnm7a0dcdhdm0l6q4wyvr4z4zc")))) + "0jjzvm4i5978gb2xhkx7fhqwzgjnvwyk9a2d88zzv93mal7q9xi2")))) (build-system gnu-build-system) (arguments (list #:test-target "test"