gnu: linux-libre-lts: Update to 6.1.
6.1 is the newest long-term support version of the kernel. * gnu/packages/linux.scm (linux-libre-lts-version, linux-libre-lts-gnu-revision, linux-libre-lts-pristine-source, linux-libre-lts-source, linux-libre-lts): Use linux-libre-6.1. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
		
							parent
							
								
									e16e6cc1ad
								
							
						
					
					
						commit
						3171e1ae46
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -1144,11 +1144,11 @@ Linux kernel.  It has been modified to remove all non-free binary blobs.")
 | 
				
			||||||
;; Linux-Libre.
 | 
					;; Linux-Libre.
 | 
				
			||||||
;; Reference: https://jxself.org/linux-libre/
 | 
					;; Reference: https://jxself.org/linux-libre/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public linux-libre-lts-version         linux-libre-5.15-version)
 | 
					(define-public linux-libre-lts-version         linux-libre-6.1-version)
 | 
				
			||||||
(define-public linux-libre-lts-gnu-revision    linux-libre-5.15-gnu-revision)
 | 
					(define-public linux-libre-lts-gnu-revision    linux-libre-6.1-gnu-revision)
 | 
				
			||||||
(define-public linux-libre-lts-pristine-source linux-libre-5.15-pristine-source)
 | 
					(define-public linux-libre-lts-pristine-source linux-libre-6.1-pristine-source)
 | 
				
			||||||
(define-public linux-libre-lts-source          linux-libre-5.15-source)
 | 
					(define-public linux-libre-lts-source          linux-libre-6.1-source)
 | 
				
			||||||
(define-public linux-libre-lts                 linux-libre-5.15)
 | 
					(define-public linux-libre-lts                 linux-libre-6.1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue