[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/12: gnu: snd: Update to 4.3.8.
From: |
guix-commits |
Subject: |
10/12: gnu: snd: Update to 4.3.8. |
Date: |
Wed, 3 Nov 2021 13:45:59 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d5833914cfefbfb95683ed3e5160553399cc9d3d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 3 16:35:36 2021 +0100
gnu: snd: Update to 4.3.8.
* gnu/packages/dns.scm (snd): Update to 4.3.8.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/dns.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 89ebe58..75bea46 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -592,14 +592,14 @@ asynchronous fashion.")
(define-public nsd
(package
(name "nsd")
- (version "4.3.7")
+ (version "4.3.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-"
version ".tar.gz"))
(sha256
- (base32 "1bg87g0i66hw16fm7gbqmzyi2rcn1hadzz0bg9b8s5mx7g2rwfzx"))))
+ (base32 "1qcrrglm3r486r6n26h5fr1xb1k8jf63gm9b43wrhnigywjpx28i"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -635,8 +635,7 @@ asynchronous fashion.")
((".*INSTALL.*\\$\\((config|pid|xfr|db)dir" command)
(string-append "#" command))
(("\\$\\(nsdconfigfile\\)\\.sample" file-name)
- (string-append doc "/examples/" file-name)))
- #t))))
+ (string-append doc "/examples/" file-name)))))))
#:tests? #f)) ; no tests
(inputs
`(("libevent" ,libevent)
- branch master updated (65234d0 -> 5c1ad6b), guix-commits, 2021/11/03
- 10/12: gnu: snd: Update to 4.3.8.,
guix-commits <=
- 04/12: gnu: Add python-flask-combo-jsonapi., guix-commits, 2021/11/03
- 05/12: gnu: python-sqlalchemy: Update to 1.4.26., guix-commits, 2021/11/03
- 06/12: gnu: python-sqlalchemy: Respect #:tests?., guix-commits, 2021/11/03
- 02/12: gnu: Add python-marshmallow@3.2., guix-commits, 2021/11/03
- 01/12: gnu: Add python-sqlalchemy@1.3., guix-commits, 2021/11/03
- 07/12: gnu: python-marshmallow: Fix linter warning., guix-commits, 2021/11/03
- 09/12: gnu: unqlite: Curate comparisons., guix-commits, 2021/11/03
- 11/12: gnu: knot: Update to 3.1.3., guix-commits, 2021/11/03
- 12/12: gnu: libblockdev: Update to 2.26., guix-commits, 2021/11/03
- 03/12: gnu: Add python-marshmallow-jsonapi., guix-commits, 2021/11/03