gnu: nftables: Update to 0.9.5.
* gnu/packages/linux.scm (nftables): Update to 0.9.5.
This commit is contained in:
		
							parent
							
								
									67e890ec18
								
							
						
					
					
						commit
						2d63cca146
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -6092,7 +6092,7 @@ used by nftables.")
 | 
			
		|||
(define-public nftables
 | 
			
		||||
  (package
 | 
			
		||||
    (name "nftables")
 | 
			
		||||
    (version "0.9.3")
 | 
			
		||||
    (version "0.9.5")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -6101,7 +6101,7 @@ used by nftables.")
 | 
			
		|||
                  (string-append "https://www.nftables.org/projects/nftables"
 | 
			
		||||
                                 "/files/nftables-" version ".tar.bz2")))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0y6vbqp6x8w165q65h4n9sba1406gaz0d4744gqszbm7w9f92swm"))))
 | 
			
		||||
        (base32 "05kyri19q776mymkbcxq3786l6nrf4xg7f3n8my0aw63mdz9bhgj"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments `(#:configure-flags
 | 
			
		||||
                 '("--disable-man-doc"))) ; FIXME: Needs docbook2x.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue