gnu: mcelog: Update to 175.
* gnu/packages/linux.scm (mcelog): Update to 175.
This commit is contained in:
		
							parent
							
								
									aec795a5a1
								
							
						
					
					
						commit
						1f2e96ad03
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -5911,14 +5911,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
 | 
				
			||||||
(define-public mcelog
 | 
					(define-public mcelog
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "mcelog")
 | 
					    (name "mcelog")
 | 
				
			||||||
    (version "173")
 | 
					    (version "175")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://git.kernel.org/cgit/utils/cpu/mce/"
 | 
					              (uri (string-append "https://git.kernel.org/cgit/utils/cpu/mce/"
 | 
				
			||||||
                                  "mcelog.git/snapshot/v" version ".tar.gz"))
 | 
					                                  "mcelog.git/snapshot/v" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1a1j4lsvql3aiqbkdn10hhpvmhavhlr9qkh2scxcv1kn7rvvclih"))
 | 
					                "1cfx7qpyai10n0qsm7z3h3hmkssarwvvq8yb0dd3lsc97ypx96z3"))
 | 
				
			||||||
              (file-name (string-append name "-" version ".tar.gz"))
 | 
					              (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
              (modules '((guix build utils)))
 | 
					              (modules '((guix build utils)))
 | 
				
			||||||
              (snippet
 | 
					              (snippet
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue