gnu: gzip: Update to 1.9.
* gnu/packages/compression.scm (gzip): Update to 1.9.
This commit is contained in:
		
							parent
							
								
									70144879aa
								
							
						
					
					
						commit
						49b080de9a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -200,14 +200,14 @@ adding and extracting files to/from a tar archive.")
 | 
			
		|||
(define-public gzip
 | 
			
		||||
  (package
 | 
			
		||||
   (name "gzip")
 | 
			
		||||
   (version "1.8")
 | 
			
		||||
   (version "1.9")
 | 
			
		||||
   (source (origin
 | 
			
		||||
            (method url-fetch)
 | 
			
		||||
            (uri (string-append "mirror://gnu/gzip/gzip-"
 | 
			
		||||
                                version ".tar.xz"))
 | 
			
		||||
            (sha256
 | 
			
		||||
             (base32
 | 
			
		||||
              "1lxv3p4iyx7833mlihkn5wfwmz4cys5nybwpz3dfawag8kn6f5zz"))))
 | 
			
		||||
              "16h8g4acy7fgfxcjacr3wijjsnixwsfd2jhz3zwdi2qrzi262l5f"))))
 | 
			
		||||
   (build-system gnu-build-system)
 | 
			
		||||
   (synopsis "General file (de)compression (using lzw)")
 | 
			
		||||
   (arguments
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue