* [bug#59398] [PATCH 0/2] Update iwd and ell to latest versions.
@ 2022-11-20 3:53 kiasoc5 via Guix-patches via
2022-11-20 3:55 ` [bug#59398] [PATCH 1/2] gnu: ell: Update to 0.54 kiasoc5 via Guix-patches via
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-20 3:53 UTC (permalink / raw)
To: 59398; +Cc: kiasoc5
kiasoc5 (2):
gnu: ell: Update to 0.54.
gnu: iwd: Update to 2.0.
gnu/packages/linux.scm | 4 ++--
gnu/packages/networking.scm | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
base-commit: ac09fcb955e9358c330d728693759ca1a2e20542
--
2.38.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#59398] [PATCH 1/2] gnu: ell: Update to 0.54.
2022-11-20 3:53 [bug#59398] [PATCH 0/2] Update iwd and ell to latest versions kiasoc5 via Guix-patches via
@ 2022-11-20 3:55 ` kiasoc5 via Guix-patches via
2022-11-20 3:55 ` [bug#59398] [PATCH 2/2] gnu: iwd: Update to 2.0 kiasoc5 via Guix-patches via
2022-11-20 9:17 ` bug#59398: [PATCH 0/2] Update iwd and ell to latest versions Efraim Flashner
2 siblings, 0 replies; 4+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-20 3:55 UTC (permalink / raw)
To: 59398; +Cc: kiasoc5
* gnu/packages/linux.scm (ell): Update to 0.54.
---
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 260dce59b3..601162b465 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8866,7 +8866,7 @@ (define-public wireplumber
(define-public ell
(package
(name "ell")
- (version "0.48")
+ (version "0.54")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -8875,7 +8875,7 @@ (define-public ell
(file-name (git-file-name name version))
(sha256
(base32
- "0lxjizby3zdyhzad5a0gbz4m2pp44jf1j4l1pn18d04rw9mr2gqy"))))
+ "1vsv5ibiyli1cvk32l5avms6ngv6i0jxxqd5vw5kbfcp6ph94brs"))))
(build-system gnu-build-system)
(arguments
;; Tests launch dbus-daemon instances that all try to bind to
--
2.38.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#59398] [PATCH 2/2] gnu: iwd: Update to 2.0.
2022-11-20 3:53 [bug#59398] [PATCH 0/2] Update iwd and ell to latest versions kiasoc5 via Guix-patches via
2022-11-20 3:55 ` [bug#59398] [PATCH 1/2] gnu: ell: Update to 0.54 kiasoc5 via Guix-patches via
@ 2022-11-20 3:55 ` kiasoc5 via Guix-patches via
2022-11-20 9:17 ` bug#59398: [PATCH 0/2] Update iwd and ell to latest versions Efraim Flashner
2 siblings, 0 replies; 4+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-20 3:55 UTC (permalink / raw)
To: 59398; +Cc: kiasoc5
* gnu/packages/networking.scm (iwd): Update to 2.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 e3d993d388..3f44d082fb 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3856,7 +3856,7 @@ (define-public bird
(define-public iwd
(package
(name "iwd")
- (version "1.24")
+ (version "2.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3865,7 +3865,7 @@ (define-public iwd
(file-name (git-file-name name version))
(sha256
(base32
- "1sdi7008j5jhlg2rqpczh1pzb8zay6mc9dpnjjsmdnsmrcr3v7wi"))))
+ "0icrmd0361yy24sa7wdd388ykaknv1va4678h9ksysz1dmykdr7m"))))
(build-system gnu-build-system)
(inputs
(list dbus ell (package-source ell) readline))
--
2.38.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#59398: [PATCH 0/2] Update iwd and ell to latest versions.
2022-11-20 3:53 [bug#59398] [PATCH 0/2] Update iwd and ell to latest versions kiasoc5 via Guix-patches via
2022-11-20 3:55 ` [bug#59398] [PATCH 1/2] gnu: ell: Update to 0.54 kiasoc5 via Guix-patches via
2022-11-20 3:55 ` [bug#59398] [PATCH 2/2] gnu: iwd: Update to 2.0 kiasoc5 via Guix-patches via
@ 2022-11-20 9:17 ` Efraim Flashner
2 siblings, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2022-11-20 9:17 UTC (permalink / raw)
To: kiasoc5; +Cc: 59398-done
[-- Attachment #1: Type: text/plain, Size: 238 bytes --]
Patches pushed. Thanks!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-11-20 9:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-20 3:53 [bug#59398] [PATCH 0/2] Update iwd and ell to latest versions kiasoc5 via Guix-patches via
2022-11-20 3:55 ` [bug#59398] [PATCH 1/2] gnu: ell: Update to 0.54 kiasoc5 via Guix-patches via
2022-11-20 3:55 ` [bug#59398] [PATCH 2/2] gnu: iwd: Update to 2.0 kiasoc5 via Guix-patches via
2022-11-20 9:17 ` bug#59398: [PATCH 0/2] Update iwd and ell to latest versions Efraim Flashner
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.