gnu: west: Update to 0.13.1.
* gnu/packages/embedded.scm (west): Update to 0.13.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
		
							parent
							
								
									c4ad275709
								
							
						
					
					
						commit
						d18673dbf2
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		|  | @ -1415,16 +1415,18 @@ raw USB commands.") | ||||||
| (define-public west | (define-public west | ||||||
|   (package |   (package | ||||||
|     (name "west") |     (name "west") | ||||||
|     (version "0.6.3") |     (version "0.13.1") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (pypi-uri "west" version)) |        (uri (pypi-uri "west" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "0ql6ij1hrj2ir5wkxm96zgig5qwvfwa75w77wh2y13w6b9cqcr4b")))) |          "1hw9qas8ry8prn24iqka8kw2nv7ndxr95mvwr5lww53w2sr7p807")))) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|      (list python-colorama python-configobj python-pykwalify |      (list python-colorama | ||||||
|  |            python-packaging | ||||||
|  |            python-pykwalify | ||||||
|            python-pyyaml)) |            python-pyyaml)) | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     (home-page "https://github.com/zephyrproject-rtos/west") |     (home-page "https://github.com/zephyrproject-rtos/west") | ||||||
|  |  | ||||||
		Reference in a new issue