rosenthal: smartdns: Update to 39.

* rosenthal/packages/dns.scm (smartdns): Update to 39.
This commit is contained in:
Hilton Chain 2022-12-06 16:32:06 +08:00
parent f8aacd14fa
commit 5e809cd80d
No known key found for this signature in database
GPG Key ID: 5E5AA665614917F7

View File

@ -66,7 +66,7 @@ time.
(define-public smartdns (define-public smartdns
(package (package
(name "smartdns") (name "smartdns")
(version "38.1") (version "39")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -75,7 +75,7 @@ time.
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0arni7nsxw57dy2rxz0xz94i0910hpcqq2ilrgjq12v35n919wig")))) "1ih3qf0ncbwfin91fihgfli4s098mjn9l9f6xcg6pdn92cgj6zvi"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:tests? #f ;no tests (list #:tests? #f ;no tests