gnu: knot: Update to 3.2.9.
* gnu/packages/dns.scm (knot): Update to 3.2.9.
This commit is contained in:
		
							parent
							
								
									6d3f3aad1a
								
							
						
					
					
						commit
						e01d567b98
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -845,7 +845,7 @@ Extensions} (DNSSEC).")
 | 
				
			||||||
(define-public knot
 | 
					(define-public knot
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "knot")
 | 
					    (name "knot")
 | 
				
			||||||
    (version "3.2.8")
 | 
					    (version "3.2.9")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -854,7 +854,7 @@ Extensions} (DNSSEC).")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "05yhm1n0zphcvicy2brlbv3azp4lvdjprcqf3lybz7mzd6ghr25c"))
 | 
					        (base32 "1kxmplngnlpd6j9nbzq1c1z02ipd38ypnppy7frg5crn83phfbxm"))
 | 
				
			||||||
       (modules '((guix build utils)))
 | 
					       (modules '((guix build utils)))
 | 
				
			||||||
       (snippet
 | 
					       (snippet
 | 
				
			||||||
        '(begin
 | 
					        '(begin
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue