gnu: linux-libre: Update to 3.15.5.
* gnu/packages/linux.scm (linux-libre): Update to version 3.15.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									f123a18f8a
								
							
						
					
					
						commit
						88a1976cbe
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -186,7 +186,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
 | 
			
		|||
     #f)))
 | 
			
		||||
 | 
			
		||||
(define-public linux-libre
 | 
			
		||||
  (let* ((version "3.15")
 | 
			
		||||
  (let* ((version "3.15.5")
 | 
			
		||||
         (build-phase
 | 
			
		||||
          '(lambda* (#:key system inputs #:allow-other-keys #:rest args)
 | 
			
		||||
             ;; Apply the neat patch.
 | 
			
		||||
| 
						 | 
				
			
			@ -259,7 +259,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
 | 
			
		|||
             (uri (linux-libre-urls version))
 | 
			
		||||
             (sha256
 | 
			
		||||
              (base32
 | 
			
		||||
               "125n04rwqmr3bm9slk62w6xcg355hx85rwv2x16nl6qki70hsick"))))
 | 
			
		||||
               "0kh7yz6jl0jj6z24vh5qzzdn4s3ll4i4rnk4d0l0animnm3s305v"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (native-inputs `(("perl" ,perl)
 | 
			
		||||
                     ("bc" ,bc)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue