all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73935] [PATCH 0/2] gnu: iwd: Update to 3.0.
@ 2024-10-21 17:36 Sergey Trofimov
  2024-10-21 18:12 ` [bug#73935] [PATCH 1/2] gnu: ell: Update to 0.69 Sergey Trofimov
  2024-10-21 18:12 ` [bug#73935] [PATCH 2/2] gnu: iwd: Update to 3.0 Sergey Trofimov
  0 siblings, 2 replies; 3+ messages in thread
From: Sergey Trofimov @ 2024-10-21 17:36 UTC (permalink / raw)
  To: 73935; +Cc: Sergey Trofimov

Hi guix, this patch series updates iwd to the latest version.

Sergey Trofimov (2):
  gnu: ell: Update to 0.69.
  gnu: iwd: Update to 3.0.

 gnu/packages/linux.scm      | 4 ++--
 gnu/packages/networking.scm | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


base-commit: 5703914e93d81ac6037240582abe899282e78f15
-- 
2.46.0





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

* [bug#73935] [PATCH 1/2] gnu: ell: Update to 0.69.
  2024-10-21 17:36 [bug#73935] [PATCH 0/2] gnu: iwd: Update to 3.0 Sergey Trofimov
@ 2024-10-21 18:12 ` Sergey Trofimov
  2024-10-21 18:12 ` [bug#73935] [PATCH 2/2] gnu: iwd: Update to 3.0 Sergey Trofimov
  1 sibling, 0 replies; 3+ messages in thread
From: Sergey Trofimov @ 2024-10-21 18:12 UTC (permalink / raw)
  To: 73935; +Cc: Sergey Trofimov, Sergey Trofimov, Leo Famulari, Wilko Meyer

* gnu/packages/linux.scm (ell): Update to 0.69.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d7beef26f1..c7c058ac34 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10015,7 +10015,7 @@ (define-public wireplumber-minimal
 (define-public ell
   (package
     (name "ell")
-    (version "0.61")
+    (version "0.69")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -10024,7 +10024,7 @@ (define-public ell
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1lkjf24ap40wk747z1iv8ds8z40alc5x8rzsgczjj1707x2ik6mj"))))
+                "06gsij5fsf3jgwjx1ijn9l5lyvd09007mfn8dygqnv6xk6g1bq8l"))))
     (build-system gnu-build-system)
     (arguments
      ;; Tests launch dbus-daemon instances that all try to bind to
-- 
2.46.0





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

* [bug#73935] [PATCH 2/2] gnu: iwd: Update to 3.0.
  2024-10-21 17:36 [bug#73935] [PATCH 0/2] gnu: iwd: Update to 3.0 Sergey Trofimov
  2024-10-21 18:12 ` [bug#73935] [PATCH 1/2] gnu: ell: Update to 0.69 Sergey Trofimov
@ 2024-10-21 18:12 ` Sergey Trofimov
  1 sibling, 0 replies; 3+ messages in thread
From: Sergey Trofimov @ 2024-10-21 18:12 UTC (permalink / raw)
  To: 73935; +Cc: Sergey Trofimov, Sergey Trofimov

* gnu/packages/networking.scm (iwd): Update to 3.0.
---
 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 f209c1e27c..e37f0bec10 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4143,7 +4143,7 @@ (define-public bird
 (define-public iwd
   (package
     (name "iwd")
-    (version "2.12")
+    (version "3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4152,7 +4152,7 @@ (define-public iwd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "199pcs20054xhp5c0dnxf9ny5cf5cynkqpx68dpn46nq8ly76n2y"))))
+                "0lwsh56r8pq5drfhjm1wpkxsmaz516rj46mrr8wiilw5r6gxwjm6"))))
     (build-system gnu-build-system)
     (inputs
      (list dbus ell (package-source ell) openresolv readline))
-- 
2.46.0





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

end of thread, other threads:[~2024-10-21 18:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-21 17:36 [bug#73935] [PATCH 0/2] gnu: iwd: Update to 3.0 Sergey Trofimov
2024-10-21 18:12 ` [bug#73935] [PATCH 1/2] gnu: ell: Update to 0.69 Sergey Trofimov
2024-10-21 18:12 ` [bug#73935] [PATCH 2/2] gnu: iwd: Update to 3.0 Sergey Trofimov

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.