gnu: kexec-tools: Update to 2.0.21.
* gnu/packages/linux.scm (kexec-tools): Update to 2.0.21.
This commit is contained in:
		
							parent
							
								
									62fb0680a2
								
							
						
					
					
						commit
						1b66116d13
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -7358,14 +7358,14 @@ to ring buffers shared with a consumer daemon.") | |||
| (define-public kexec-tools | ||||
|   (package | ||||
|     (name "kexec-tools") | ||||
|     (version "2.0.20") | ||||
|     (version "2.0.21") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append "mirror://kernel.org/linux/utils/kernel" | ||||
|                                   "/kexec/kexec-tools-" version ".tar.xz")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "1j7qlhxk1rbv9jbj8wd6hb7zl8p2mp29ymrmccgmsi0m0dzhgn6s")))) | ||||
|                 "00l7iqp337cr846b6w4lc5vl893v4zwjrxz0jsnkh5l9xqni84z1")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      ;; There are no automated tests. | ||||
|  |  | |||
		Reference in a new issue