all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Polidoro <peter@polidoro.io>
To: 55503@debbugs.gnu.org
Subject: [bug#55503] [PATCH] gnu: west: Update to 0.13.1.
Date: Wed, 18 May 2022 10:41:52 -0400	[thread overview]
Message-ID: <86czga296z.fsf@polidoro.io> (raw)

[-- 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





             reply	other threads:[~2022-05-18 14:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-18 14:41 Peter Polidoro [this message]
2022-05-25  7:55 ` bug#55503: [PATCH] gnu: west: Update to 0.13.1 Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86czga296z.fsf@polidoro.io \
    --to=peter@polidoro.io \
    --cc=55503@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.