gnu: mcelog: Update to 168.
* gnu/packages/linux.scm (mcelog): Update to 168.
This commit is contained in:
		
							parent
							
								
									dc26c8c533
								
							
						
					
					
						commit
						6cfbb7cb83
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4764,14 +4764,14 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
 | 
				
			||||||
(define-public mcelog
 | 
					(define-public mcelog
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "mcelog")
 | 
					    (name "mcelog")
 | 
				
			||||||
    (version "154")
 | 
					    (version "168")
 | 
				
			||||||
    (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
 | 
				
			||||||
                "07628cr05f50m7lsvw26wxlnb7qcl0x6rymdpp5spqzhz91l58p3"))
 | 
					                "1c4faayg1gcm3002b2fdrfnv76z92mvfzccvx8w9crjp0d17sp24"))
 | 
				
			||||||
              (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