gnu: linux-libre: Update to 5.9.11.
* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.11. (linux-libre-5.9-pristine-source): Update hash.
This commit is contained in:
		
							parent
							
								
									f21cab6dad
								
							
						
					
					
						commit
						b618c1512b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -351,7 +351,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; The current "stable" kernel. That is, the most recently released major
 | 
					;; The current "stable" kernel. That is, the most recently released major
 | 
				
			||||||
;; version.
 | 
					;; version.
 | 
				
			||||||
(define-public linux-libre-5.9-version "5.9.10")
 | 
					(define-public linux-libre-5.9-version "5.9.11")
 | 
				
			||||||
(define deblob-scripts-5.9
 | 
					(define deblob-scripts-5.9
 | 
				
			||||||
  (linux-libre-deblob-scripts
 | 
					  (linux-libre-deblob-scripts
 | 
				
			||||||
   linux-libre-5.9-version
 | 
					   linux-libre-5.9-version
 | 
				
			||||||
| 
						 | 
					@ -359,7 +359,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
 | 
				
			||||||
   (base32 "0yb04a4j2wq3mwvks3cj7kcm2pscmfs29lrz3falkxpbvjxbbgq2")))
 | 
					   (base32 "0yb04a4j2wq3mwvks3cj7kcm2pscmfs29lrz3falkxpbvjxbbgq2")))
 | 
				
			||||||
(define-public linux-libre-5.9-pristine-source
 | 
					(define-public linux-libre-5.9-pristine-source
 | 
				
			||||||
  (let ((version linux-libre-5.9-version)
 | 
					  (let ((version linux-libre-5.9-version)
 | 
				
			||||||
        (hash (base32 "0c7hcqn1ld0axlipzpwmjr1jwizrhz5w6bdfbk9npbirx7rb54gm")))
 | 
					        (hash (base32 "0q6jlnigyjjnnxw6l724zv8acgs95s3pafabz4l9jrhhlijhmcjy")))
 | 
				
			||||||
   (make-linux-libre-source version
 | 
					   (make-linux-libre-source version
 | 
				
			||||||
                            (%upstream-linux-source version hash)
 | 
					                            (%upstream-linux-source version hash)
 | 
				
			||||||
                            deblob-scripts-5.9)))
 | 
					                            deblob-scripts-5.9)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue