* [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
` (2 more replies)
0 siblings, 3 replies; 4+ 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] 4+ 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
2024-11-02 17:51 ` bug#73935: Close: [PATCH 0/2] " Hilton Chain via Guix-patches via
2 siblings, 0 replies; 4+ 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] 4+ 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
2024-11-02 17:51 ` bug#73935: Close: [PATCH 0/2] " Hilton Chain via Guix-patches via
2 siblings, 0 replies; 4+ 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] 4+ messages in thread
* bug#73935: Close: [PATCH 0/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 ` [bug#73935] [PATCH 2/2] gnu: iwd: Update to 3.0 Sergey Trofimov
@ 2024-11-02 17:51 ` Hilton Chain via Guix-patches via
2 siblings, 0 replies; 4+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-11-02 17:51 UTC (permalink / raw)
To: Sergey Trofimov; +Cc: 73935-done
Hi Sergey,
I have applied your patch series as 6d915231f258aa8d76c58afe1a5b903eb016b111 and
639f79952e51a58b7fbca2a826dcc3df162300c1, thank you!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-02 17:53 UTC | newest]
Thread overview: 4+ 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
2024-11-02 17:51 ` bug#73935: Close: [PATCH 0/2] " Hilton Chain via Guix-patches via
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).