[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/12: gnu: knot: Update to 3.1.3.
From: |
guix-commits |
Subject: |
11/12: gnu: knot: Update to 3.1.3. |
Date: |
Wed, 3 Nov 2021 13:46:00 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9b917c2615d8a03bcced6d453d8e5d3020da7d6b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 3 16:35:46 2021 +0100
gnu: knot: Update to 3.1.3.
* gnu/packages/dns.scm (knot): Update to 3.1.3.
---
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 75bea46..0aaa22b 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -923,7 +923,7 @@ Extensions} (DNSSEC).")
(define-public knot
(package
(name "knot")
- (version "3.1.2")
+ (version "3.1.3")
(source
(origin
(method git-fetch)
@@ -932,7 +932,7 @@ Extensions} (DNSSEC).")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1kyjf6d1jx8q0zjzwy06f4d3ar5cbbqxka8cc7ckwmbpf1n6cij5"))
+ (base32 "19hm17r6v8p9k3jp3bkj4xzjrb8irfmpgz6mjad5gfhmgr4pmi51"))
(modules '((guix build utils)))
(snippet
'(begin
- branch master updated (65234d0 -> 5c1ad6b), guix-commits, 2021/11/03
- 10/12: gnu: snd: Update to 4.3.8., guix-commits, 2021/11/03
- 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 <=
- 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
- 08/12: gnu: ghc-persistent: Curate storage system examples., guix-commits, 2021/11/03