all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
To: 61335@debbugs.gnu.org
Cc: kiasoc5 <kiasoc5@disroot.org>
Subject: [bug#61335] [PATCH 2/2] gnu: iwd: Update to 2.3.
Date: Mon,  6 Feb 2023 22:38:03 -0500	[thread overview]
Message-ID: <20230207033803.114239-2-kiasoc5@disroot.org> (raw)
In-Reply-To: <20230207033803.114239-1-kiasoc5@disroot.org>

* gnu/packages/networking.scm (iwd): Update to 2.3.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 5a7d60c674..eb92801fdf 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3884,7 +3884,7 @@ (define-public bird
 (define-public iwd
   (package
     (name "iwd")
-    (version "2.0")
+    (version "2.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3893,7 +3893,7 @@ (define-public iwd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0icrmd0361yy24sa7wdd388ykaknv1va4678h9ksysz1dmykdr7m"))))
+                "1hp38rh6vpfxkx2f036719b0v9g9yj169l8fd9l9lncqpjbz73y4"))))
     (build-system gnu-build-system)
     (inputs
      (list dbus ell (package-source ell) readline))
-- 
2.39.1





  reply	other threads:[~2023-02-07  3:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-07  3:32 [bug#61335] [PATCH 0/2] Update iwd and ell kiasoc5 via Guix-patches via
2023-02-07  3:38 ` [bug#61335] [PATCH 1/2] gnu: ell: Update to 0.56 kiasoc5 via Guix-patches via
2023-02-07  3:38   ` kiasoc5 via Guix-patches via [this message]
2023-02-11 20:46 ` [bug#61335] [PATCH 0/2] Update iwd and ell Christopher Baines

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=20230207033803.114239-2-kiasoc5@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=61335@debbugs.gnu.org \
    --cc=kiasoc5@disroot.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.