[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/14: gnu: perl-net-dns: Update to 1.21.
From: |
guix-commits |
Subject: |
08/14: gnu: perl-net-dns: Update to 1.21. |
Date: |
Tue, 15 Oct 2019 23:41:37 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 803b9736689e2e3a772848f8a41c24488fb692b4
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Oct 15 18:46:30 2019 +0200
gnu: perl-net-dns: Update to 1.21.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.21.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index c0597c7..17c7c65 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1077,7 +1077,7 @@ private (reserved).")
(define-public perl-net-dns
(package
(name "perl-net-dns")
- (version "1.20")
+ (version "1.21")
(source
(origin
(method url-fetch)
@@ -1088,7 +1088,7 @@ private (reserved).")
(string-append "mirror://cpan/authors/id/N/NL/NLNETLABS/Net-DNS-"
version ".tar.gz")))
(sha256
- (base32 "06z09igd42s0kg2ps5k7vpypg77zswfryqzbyalbllvjd0mnknbz"))))
+ (base32 "0yknrsh0wqr9s43c0wf3dyzrsi2r7k0v75hay74gqkq850xy3vyx"))))
(build-system perl-build-system)
(inputs
`(("perl-digest-hmac" ,perl-digest-hmac)))
- 03/14: gnu: kakoune: Update to 2019.07.01., (continued)
- 03/14: gnu: kakoune: Update to 2019.07.01., guix-commits, 2019/10/15
- 06/14: gnu: perl-yaml-libyaml: Update to 0.80., guix-commits, 2019/10/15
- 07/14: gnu: perl-yaml: Update to 1.29., guix-commits, 2019/10/15
- 12/14: gnu: perl-file-find-object-rule: Update to 0.0311., guix-commits, 2019/10/15
- 10/14: gnu: perl-datetime-format-flexible: Fix typo in synopsis., guix-commits, 2019/10/15
- 01/14: gnu: python-tornado-http-auth: Update to 1.1.1., guix-commits, 2019/10/15
- 11/14: gnu: perl-datetime-format-flexible: Make test input native., guix-commits, 2019/10/15
- 13/14: gnu: perl-class-c3-adopt-next: Update to 0.14., guix-commits, 2019/10/15
- 14/14: gnu: man-pages: Update to 5.03., guix-commits, 2019/10/15
- 09/14: gnu: perl-datetime-format-flexible: Update to 0.32., guix-commits, 2019/10/15
- 08/14: gnu: perl-net-dns: Update to 1.21.,
guix-commits <=