mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: smartdns: Update to 42.
* gnu/packages/dns.scm (smartdns): Update to 42. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
031aaf1e50
commit
bf1ed215c7
1 changed files with 2 additions and 2 deletions
|
@ -1381,7 +1381,7 @@ (define-public openresolv
|
||||||
(define-public smartdns
|
(define-public smartdns
|
||||||
(package
|
(package
|
||||||
(name "smartdns")
|
(name "smartdns")
|
||||||
(version "40")
|
(version "42")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1393,7 +1393,7 @@ (define-public smartdns
|
||||||
((".*SYSTEMDSYSTEMUNITDIR.*") "")))
|
((".*SYSTEMDSYSTEMUNITDIR.*") "")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ibbj96s40xgk6q7dsgpx65rjkknl1pn7nca5fcbbhcm2m80nzjj"))))
|
"17j0h5l7gig6rzk8b9180jwrx5khpnrylacjxvnnpgsi2725k8lq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;no tests
|
(list #:tests? #f ;no tests
|
||||||
|
|
Loading…
Reference in a new issue