[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: yadifa: Update to 2.4.1.
From: |
guix-commits |
Subject: |
04/07: gnu: yadifa: Update to 2.4.1. |
Date: |
Tue, 22 Dec 2020 07:10:02 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 6cf05d8371dcc28a79c6256a540b36824af65155
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Dec 21 00:04:20 2020 +0100
gnu: yadifa: Update to 2.4.1.
* gnu/packages/dns.scm (yadifa): Update to 2.4.1.
---
gnu/packages/dns.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index f4ea5fe..5bb725a 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -760,16 +760,16 @@ served by AS112. Stub and forward zones are supported.")
(define-public yadifa
(package
(name "yadifa")
- (version "2.4.0")
+ (version "2.4.1")
(source
- (let ((build "9809"))
+ (let ((build "9916"))
(origin
(method url-fetch)
(uri
(string-append "https://www.yadifa.eu/sites/default/files/releases/"
"yadifa-" version "-" build ".tar.gz"))
(sha256
- (base32 "114a1y4pzzzq0s9hyn65nd4fg19xijsqpfhsd0wkvjndsazg63ky")))))
+ (base32 "1m1j7q1f0682xig8qign5ms52igix8pd45fds7p5j285dvrfa4xd")))))
(build-system gnu-build-system)
(native-inputs
`(("which" ,which)))
- branch master updated (8bcbbda -> 8c66ac7), guix-commits, 2020/12/22
- 02/07: gnu: samba: Update to 4.13.3., guix-commits, 2020/12/22
- 04/07: gnu: yadifa: Update to 2.4.1.,
guix-commits <=
- 01/07: gnu: fcft: Update to 2.3.2., guix-commits, 2020/12/22
- 06/07: gnu: acpica: Update to 20201217., guix-commits, 2020/12/22
- 05/07: gnu: ndctl: Update to 71., guix-commits, 2020/12/22
- 07/07: gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-3.62cb003., guix-commits, 2020/12/22
- 03/07: gnu: ceph: Update to 14.2.16., guix-commits, 2020/12/22