mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: maradns: Update to 3.5.0020.
* gnu/packages/dns.scm (maradns): Update to 3.5.0020.
This commit is contained in:
parent
eac55627f9
commit
de949bac61
1 changed files with 2 additions and 2 deletions
|
@ -1237,7 +1237,7 @@ (define-public public-suffix-list
|
||||||
(define-public maradns
|
(define-public maradns
|
||||||
(package
|
(package
|
||||||
(name "maradns")
|
(name "maradns")
|
||||||
(version "3.5.0007")
|
(version "3.5.0020")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1245,7 +1245,7 @@ (define-public maradns
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
version "/maradns-" version ".tar.xz"))
|
version "/maradns-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bc19xylg4whww9qaj5i4izwxcrh0c0ja7l1pfcn2la02hlvg1a6"))))
|
(base32 "1qgabw6y2bwy6y88dikis62k789i0xh7iwxan8jmqpzvksqwjfgw"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue