diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-11 14:38:09 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-11 14:38:33 +0200 |
commit | 0ac915008a77989603c4771225d9cfc08c62a1ef (patch) | |
tree | 587862d4805c3b4cc216bb47ecd4ecdecd9fb8b0 /gnu/packages/dns.scm | |
parent | a7ca42ff087cc0b31c8c50dc5ef2ef914b29d8c7 (diff) | |
download | guix-0ac915008a77989603c4771225d9cfc08c62a1ef.tar guix-0ac915008a77989603c4771225d9cfc08c62a1ef.tar.gz |
gnu: maradns: Update to 3.5.0007.
* gnu/packages/dns.scm (maradns): Update to 3.5.0007.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 98dd425562..93bf9f4741 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -952,7 +952,7 @@ known public suffixes.") (define-public maradns (package (name "maradns") - (version "3.5.0004") + (version "3.5.0007") (source (origin (method url-fetch) @@ -960,11 +960,10 @@ known public suffixes.") (version-major+minor version) "/" version "/maradns-" version ".tar.xz")) (sha256 - (base32 - "1zv0i6m4m05ay5zlhwq1h88hgjq2d81cjanpnb3gyhr0xhmjwk6a")))) + (base32 "0bc19xylg4whww9qaj5i4izwxcrh0c0ja7l1pfcn2la02hlvg1a6")))) (build-system gnu-build-system) (arguments - `(#:tests? #f ; need to be root to run tests + `(#:tests? #f ; need to be root to run tests #:make-flags (list (string-append "CC=" |