[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: knot: Update to 3.1.5.
From: |
guix-commits |
Subject: |
branch master updated: gnu: knot: Update to 3.1.5. |
Date: |
Wed, 22 Dec 2021 06:04:28 -0500 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6eb5bd3 gnu: knot: Update to 3.1.5.
6eb5bd3 is described below
commit 6eb5bd3741c7615cb2eda42b36bf2932d51ad998
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Dec 22 11:53:56 2021 +0100
gnu: knot: Update to 3.1.5.
* gnu/packages/dns.scm (knot): Update to 3.1.5.
---
gnu/packages/dns.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 5c5f955..08cab67 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -907,7 +907,7 @@ Extensions} (DNSSEC).")
(define-public knot
(package
(name "knot")
- (version "3.1.4")
+ (version "3.1.5")
(source
(origin
(method git-fetch)
@@ -916,7 +916,7 @@ Extensions} (DNSSEC).")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0wx8ad95adryzp527m4k0lja8y39qqd65f5z9immhfpb9cyax6i7"))
+ (base32 "145fnz740y1g0h2m07kpcimf2rx37saq2l905bl6vwa5ifybrgcq"))
(modules '((guix build utils)))
(snippet
'(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: knot: Update to 3.1.5.,
guix-commits <=