* [bug#73423] [PATCH 0/2] gnu: iwd: Update to 2.22.
@ 2024-09-22 14:57 Hilton Chain via Guix-patches via
2024-09-22 14:59 ` [bug#73423] [PATCH 1/2] gnu: ell: Update to 0.69 Hilton Chain via Guix-patches via
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-09-22 14:57 UTC (permalink / raw)
To: 73423; +Cc: Hilton Chain
*** BLURB HERE ***
Hilton Chain (2):
gnu: ell: Update to 0.69.
gnu: iwd: Update to 2.22.
gnu/packages/linux.scm | 4 ++--
gnu/packages/networking.scm | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
base-commit: 9200756fefac8e41caa4843a69d7cd682101ed12
--
2.46.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#73423] [PATCH 1/2] gnu: ell: Update to 0.69.
2024-09-22 14:57 [bug#73423] [PATCH 0/2] gnu: iwd: Update to 2.22 Hilton Chain via Guix-patches via
@ 2024-09-22 14:59 ` Hilton Chain via Guix-patches via
2024-09-22 14:59 ` [bug#73423] [PATCH 2/2] gnu: iwd: Update to 2.22 Hilton Chain via Guix-patches via
[not found] ` <handler.73423.B.172701709731091.ack@debbugs.gnu.org>
2 siblings, 0 replies; 4+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-09-22 14:59 UTC (permalink / raw)
To: 73423; +Cc: Hilton Chain, Leo Famulari, Wilko Meyer
* gnu/packages/linux.scm (ell): Update to 0.69.
Change-Id: Iad66d4bad1fae937068fe2a721ad6b5f56f77c48
---
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 bac6e13440..a4ebd09bb1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9913,7 +9913,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
@@ -9922,7 +9922,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#73423] [PATCH 2/2] gnu: iwd: Update to 2.22.
2024-09-22 14:57 [bug#73423] [PATCH 0/2] gnu: iwd: Update to 2.22 Hilton Chain via Guix-patches via
2024-09-22 14:59 ` [bug#73423] [PATCH 1/2] gnu: ell: Update to 0.69 Hilton Chain via Guix-patches via
@ 2024-09-22 14:59 ` Hilton Chain via Guix-patches via
[not found] ` <handler.73423.B.172701709731091.ack@debbugs.gnu.org>
2 siblings, 0 replies; 4+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-09-22 14:59 UTC (permalink / raw)
To: 73423; +Cc: Hilton Chain
* gnu/packages/networking.scm (iwd): Update to 2.22.
Change-Id: I34fc6742f3da06cf92af73d87899732dfca54313
---
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 d0949618da..3f2239a14d 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 "2.22")
(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"))))
+ "1wnz1rbjnikry2b7fj7xbdfql84vgdqbpcz7gmf1jggz2c2rysdp"))))
(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#73423: Close: bug#73423: Acknowledgement ([PATCH 0/2] gnu: iwd: Update to 2.22.)
[not found] ` <handler.73423.B.172701709731091.ack@debbugs.gnu.org>
@ 2024-11-02 16:48 ` Hilton Chain via Guix-patches via
0 siblings, 0 replies; 4+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-11-02 16:48 UTC (permalink / raw)
To: 73423-close
Close in favor of https://issues.guix.gnu.org/73935.
^ 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-09-22 14:57 [bug#73423] [PATCH 0/2] gnu: iwd: Update to 2.22 Hilton Chain via Guix-patches via
2024-09-22 14:59 ` [bug#73423] [PATCH 1/2] gnu: ell: Update to 0.69 Hilton Chain via Guix-patches via
2024-09-22 14:59 ` [bug#73423] [PATCH 2/2] gnu: iwd: Update to 2.22 Hilton Chain via Guix-patches via
[not found] ` <handler.73423.B.172701709731091.ack@debbugs.gnu.org>
2024-11-02 16:48 ` bug#73423: Close: bug#73423: Acknowledgement ([PATCH 0/2] gnu: iwd: Update to 2.22.) 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).