[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72716] [PATCH 1/2] gnu: knot: Update to 3.3.8
From: |
ashish . is |
Subject: |
[bug#72716] [PATCH 1/2] gnu: knot: Update to 3.3.8 |
Date: |
Mon, 19 Aug 2024 17:21:59 +0000 |
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/dns.scm (knot): Update to 3.3.8.
Change-Id: Ia9c2a07c852af13383dfb1d37ae1350a25bae533
---
gnu/packages/dns.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index b1eb4bdb4d..402e3251ad 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -22,6 +22,7 @@
;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
;;; Copyright © 2024 John Kehayias <john.kehayias@protonmail.com>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -845,7 +846,7 @@ (define-public yadifa
(define-public knot
(package
(name "knot")
- (version "3.3.4")
+ (version "3.3.8")
(source
(origin
(method git-fetch)
@@ -854,7 +855,7 @@ (define-public knot
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0w7drq0pj94d43qn9wmzxab34mjhxj9x84rixbswc270ywh6d9pr"))
+ (base32 "0iaardlmvcp6f0vccs81f202bb53y7fkcw5n12ahgqymqzhafpmq"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.46.0