mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: maradns: Update to 3.5.0022.
* gnu/packages/dns.scm (maradns): Update to 3.5.0022.
This commit is contained in:
parent
71c561f133
commit
6f7678e493
1 changed files with 2 additions and 2 deletions
|
@ -1294,7 +1294,7 @@ (define-public public-suffix-list
|
|||
(define-public maradns
|
||||
(package
|
||||
(name "maradns")
|
||||
(version "3.5.0020")
|
||||
(version "3.5.0022")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1302,7 +1302,7 @@ (define-public maradns
|
|||
(version-major+minor version) "/"
|
||||
version "/maradns-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1qgabw6y2bwy6y88dikis62k789i0xh7iwxan8jmqpzvksqwjfgw"))))
|
||||
(base32 "1sw267jxxxngjcar8cj3jpxnpiz0szgkhlz5l46c67qs690w9kdi"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; need to be root to run tests
|
||||
|
|
Loading…
Reference in a new issue