[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: s6-dns: Update to 2.3.3.0.
From: |
guix-commits |
Subject: |
05/09: gnu: s6-dns: Update to 2.3.3.0. |
Date: |
Mon, 5 Oct 2020 20:54:40 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f182b49c87505b68f8debe45be711ba05ca87556
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 6 02:40:49 2020 +0200
gnu: s6-dns: Update to 2.3.3.0.
* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.3.0.
---
gnu/packages/skarnet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 3d0e943..848bced 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -150,14 +150,14 @@ functionality with a very small amount of code.")))
(define-public s6-dns
(package
(name "s6-dns")
- (version "2.3.2.0")
+ (version "2.3.3.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/s6-dns/s6-dns-"
version ".tar.gz"))
(sha256
- (base32 "09hyb1xv9glqq0yy7wy8hiwvlr78kwv552pags8ancgamag15di7"))))
+ (base32 "05l74ciflaahlgjpvy1g0slydwqclxgybxrkpvdddd2yzwc5kira"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)))
(arguments
- branch master updated (d3b9cbd -> fb81bd9), guix-commits, 2020/10/05
- 02/09: gnu: spice-protocol: Update to 0.14.3., guix-commits, 2020/10/05
- 05/09: gnu: s6-dns: Update to 2.3.3.0.,
guix-commits <=
- 01/09: gnu: Fix up package copyright headers., guix-commits, 2020/10/05
- 04/09: gnu: obs: Update to 26.0.1., guix-commits, 2020/10/05
- 03/09: gnu: goffice: Update to 0.10.48., guix-commits, 2020/10/05
- 06/09: gnu: s6-portable-utils: Update to 2.2.3.0., guix-commits, 2020/10/05
- 09/09: gnu: perl-cgi: Update to 4.51., guix-commits, 2020/10/05
- 08/09: gnu: python-flake8: Update to 3.8.4., guix-commits, 2020/10/05
- 07/09: gnu: seahorse: Update to 3.36.2., guix-commits, 2020/10/05