unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55503] [PATCH] gnu: west: Update to 0.13.1.
@ 2022-05-18 14:41 Peter Polidoro
  2022-05-25  7:55 ` bug#55503: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Polidoro @ 2022-05-18 14:41 UTC (permalink / raw)
  To: 55503

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-west-Update-to-0.13.1.patch --]
[-- Type: text/x-diff, Size: 1327 bytes --]

From 2323a779958c68ea14c2ef914e6184607d96d597 Mon Sep 17 00:00:00 2001
Message-Id: <2323a779958c68ea14c2ef914e6184607d96d597.1652884772.git.peter@polidoro.io>
From: Peter Polidoro <peter@polidoro.io>
Date: Wed, 18 May 2022 10:38:59 -0400
Subject: [PATCH] gnu: west: Update to 0.13.1.

* gnu/packages/embedded.scm (west): Update to 0.13.1.
---
 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 @@ (define-public stlink
 (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")
-- 
2.36.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55503: [PATCH] gnu: west: Update to 0.13.1.
  2022-05-18 14:41 [bug#55503] [PATCH] gnu: west: Update to 0.13.1 Peter Polidoro
@ 2022-05-25  7:55 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-05-25  7:55 UTC (permalink / raw)
  To: Peter Polidoro; +Cc: 55503-done


> * gnu/packages/embedded.scm (west): Update to 0.13.1.

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-25  7:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 14:41 [bug#55503] [PATCH] gnu: west: Update to 0.13.1 Peter Polidoro
2022-05-25  7:55 ` bug#55503: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).