gnu: erofs-utils: Update to 1.3.
* gnu/packages/linux.scm (erofs-utils): Update to 1.3.
This commit is contained in:
		
							parent
							
								
									16c0380871
								
							
						
					
					
						commit
						fa50c9b072
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -8083,7 +8083,7 @@ kernel side implementation.")
 | 
			
		|||
(define-public erofs-utils
 | 
			
		||||
  (package
 | 
			
		||||
    (name "erofs-utils")
 | 
			
		||||
    (version "1.2.1")
 | 
			
		||||
    (version "1.3")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -8092,7 +8092,7 @@ kernel side implementation.")
 | 
			
		|||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1vb4mxsb59g29x7l22cffsqa8x743sra4j5zbmx89hjwpwm9vvcg"))))
 | 
			
		||||
        (base32 "0sqiw05zbxr6l0g9gn3whkc4qc5km2qvfg4lnm08nppwskm8yaw8"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("lz4" ,lz4)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue