gnu: u-boot: Update to 2017.03.
* gnu/packages/bootloaders.scm (u-boot): Update to 2017.03.
This commit is contained in:
		
							parent
							
								
									6191fef4e0
								
							
						
					
					
						commit
						fc1bfca253
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -257,7 +257,7 @@ tree binary files.  These are board description files used by Linux and BSD.")
 | 
				
			||||||
(define u-boot
 | 
					(define u-boot
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "u-boot")
 | 
					    (name "u-boot")
 | 
				
			||||||
    (version "2017.01")
 | 
					    (version "2017.03")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -265,7 +265,7 @@ tree binary files.  These are board description files used by Linux and BSD.")
 | 
				
			||||||
                    "u-boot-" version ".tar.bz2"))
 | 
					                    "u-boot-" version ".tar.bz2"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1wpc51jm3zyibgcr78jng2yksqvrya76bxgsr4pcyjrsz5sm2hkc"))))
 | 
					                "0gqihplap05dlpwdb971wsqyv01nz2vabwq5g5649gr5jczsyjzm"))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("bc" ,bc)
 | 
					     `(("bc" ,bc)
 | 
				
			||||||
       ("dtc" ,dtc)
 | 
					       ("dtc" ,dtc)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue