gnu: e2fsprogs: Update to 1.45.2.
* gnu/packages/linux.scm (e2fsprogs): Update to 1.45.2.
This commit is contained in:
		
							parent
							
								
									d46fc636e6
								
							
						
					
					
						commit
						261e9db2cd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -957,7 +957,7 @@ slabtop, and skill.")
 | 
				
			||||||
(define-public e2fsprogs
 | 
					(define-public e2fsprogs
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "e2fsprogs")
 | 
					    (name "e2fsprogs")
 | 
				
			||||||
    (version "1.44.5")
 | 
					    (version "1.45.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append
 | 
					             (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -966,7 +966,7 @@ slabtop, and skill.")
 | 
				
			||||||
                   name "-" version ".tar.xz"))
 | 
					                   name "-" version ".tar.xz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "1ff56h6h1h17sj2zvlddv5c88nmbx46p1fcbh6b0s5k9kl3b6pms"))))
 | 
					               "02g0cm72sgz709s9pkg4mvj56m7bgs7rwnyc2cp7cvg3j6pcjlj9"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs `(("util-linux" ,util-linux)))
 | 
					    (inputs `(("util-linux" ,util-linux)))
 | 
				
			||||||
    (native-inputs `(("pkg-config" ,pkg-config)
 | 
					    (native-inputs `(("pkg-config" ,pkg-config)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue