mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: maradns: Update to 3.5.0007.
* gnu/packages/dns.scm (maradns): Update to 3.5.0007.
This commit is contained in:
parent
a7ca42ff08
commit
0ac915008a
1 changed files with 3 additions and 4 deletions
|
@ -952,7 +952,7 @@ (define-public public-suffix-list
|
||||||
(define-public maradns
|
(define-public maradns
|
||||||
(package
|
(package
|
||||||
(name "maradns")
|
(name "maradns")
|
||||||
(version "3.5.0004")
|
(version "3.5.0007")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -960,11 +960,10 @@ (define-public maradns
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
version "/maradns-" version ".tar.xz"))
|
version "/maradns-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0bc19xylg4whww9qaj5i4izwxcrh0c0ja7l1pfcn2la02hlvg1a6"))))
|
||||||
"1zv0i6m4m05ay5zlhwq1h88hgjq2d81cjanpnb3gyhr0xhmjwk6a"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; need to be root to run tests
|
`(#:tests? #f ; need to be root to run tests
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list
|
(list
|
||||||
(string-append "CC="
|
(string-append "CC="
|
||||||
|
|
Loading…
Reference in a new issue