guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: west: Update to 0.13.1.


From: guix-commits
Subject: branch master updated: gnu: west: Update to 0.13.1.
Date: Wed, 25 May 2022 07:00:11 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d18673dbf2 gnu: west: Update to 0.13.1.
d18673dbf2 is described below

commit d18673dbf2deb105d10667362a18dd8fb1cecc80
Author: Peter Polidoro <peter@polidoro.io>
AuthorDate: Wed May 18 10:38:59 2022 -0400

    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>
---
 gnu/packages/embedded.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 9257eea3b0..010f5b84d2 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1415,16 +1415,18 @@ raw USB commands.")
 (define-public west
   (package
     (name "west")
-    (version "0.6.3")
+    (version "0.13.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "west" version))
        (sha256
         (base32
-         "0ql6ij1hrj2ir5wkxm96zgig5qwvfwa75w77wh2y13w6b9cqcr4b"))))
+         "1hw9qas8ry8prn24iqka8kw2nv7ndxr95mvwr5lww53w2sr7p807"))))
     (propagated-inputs
-     (list python-colorama python-configobj python-pykwalify
+     (list python-colorama
+           python-packaging
+           python-pykwalify
            python-pyyaml))
     (build-system python-build-system)
     (home-page "https://github.com/zephyrproject-rtos/west";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]