unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64694] [PATCH 0/2] Update iwd to 2.7.
@ 2023-07-18  4:28 Hilton Chain via Guix-patches via
  2023-07-18  4:30 ` [bug#64694] [PATCH 1/2] gnu: ell: Update to 0.57 Hilton Chain via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-07-18  4:28 UTC (permalink / raw)
  To: 64694; +Cc: Hilton Chain

Hello Guix!

This patchset updates iwd and its dependency ell to the latest versions.

Hilton Chain (2):
  gnu: ell: Update to 0.57.
  gnu: iwd: Update to 2.7.

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


base-commit: 3a3752400d7a70a295a27b66f29457aeeaa2cf27
--
2.41.0




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

* [bug#64694] [PATCH 1/2] gnu: ell: Update to 0.57.
  2023-07-18  4:28 [bug#64694] [PATCH 0/2] Update iwd to 2.7 Hilton Chain via Guix-patches via
@ 2023-07-18  4:30 ` Hilton Chain via Guix-patches via
  2023-07-18  4:30 ` [bug#64694] [PATCH 2/2] gnu: iwd: Update to 2.7 Hilton Chain via Guix-patches via
  2023-07-28 14:16 ` bug#64694: [PATCH 0/2] Update iwd " 宋文武 via Guix-patches via
  2 siblings, 0 replies; 4+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-07-18  4:30 UTC (permalink / raw)
  To: 64694; +Cc: Hilton Chain, Leo Famulari, Tobias Geerinckx-Rice

* gnu/packages/linux.scm (ell): Update to 0.57.
---
 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 e099c5cc83..4cfae93b66 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9298,7 +9298,7 @@ (define-public wireplumber
 (define-public ell
   (package
     (name "ell")
-    (version "0.56")
+    (version "0.57")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9307,7 +9307,7 @@ (define-public ell
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "084mc9377k2a61wyqnfnsgfrdvv1rinn9wzw8l8crip0hlikn938"))))
+                "1vpzz0z6q0d3h41aqajaw0dlpkdnmjcppmlwbb558hvj40q5dpzm"))))
     (build-system gnu-build-system)
     (arguments
      ;; Tests launch dbus-daemon instances that all try to bind to
-- 
2.41.0





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

* [bug#64694] [PATCH 2/2] gnu: iwd: Update to 2.7.
  2023-07-18  4:28 [bug#64694] [PATCH 0/2] Update iwd to 2.7 Hilton Chain via Guix-patches via
  2023-07-18  4:30 ` [bug#64694] [PATCH 1/2] gnu: ell: Update to 0.57 Hilton Chain via Guix-patches via
@ 2023-07-18  4:30 ` Hilton Chain via Guix-patches via
  2023-07-28 14:16 ` bug#64694: [PATCH 0/2] Update iwd " 宋文武 via Guix-patches via
  2 siblings, 0 replies; 4+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-07-18  4:30 UTC (permalink / raw)
  To: 64694; +Cc: Hilton Chain

* gnu/packages/networking.scm (iwd): Update to 2.7.
---
 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 1fbbbc1267..d23aab5edc 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3945,7 +3945,7 @@ (define-public bird
 (define-public iwd
   (package
     (name "iwd")
-    (version "2.3")
+    (version "2.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3954,7 +3954,7 @@ (define-public iwd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hp38rh6vpfxkx2f036719b0v9g9yj169l8fd9l9lncqpjbz73y4"))))
+                "0xn0db37x0nrvwlw0r4w6q3yk57ijqh9zxd15wf3qqvs01hqkk2j"))))
     (build-system gnu-build-system)
     (inputs
      (list dbus ell (package-source ell) readline))
-- 
2.41.0





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

* bug#64694: [PATCH 0/2] Update iwd to 2.7.
  2023-07-18  4:28 [bug#64694] [PATCH 0/2] Update iwd to 2.7 Hilton Chain via Guix-patches via
  2023-07-18  4:30 ` [bug#64694] [PATCH 1/2] gnu: ell: Update to 0.57 Hilton Chain via Guix-patches via
  2023-07-18  4:30 ` [bug#64694] [PATCH 2/2] gnu: iwd: Update to 2.7 Hilton Chain via Guix-patches via
@ 2023-07-28 14:16 ` 宋文武 via Guix-patches via
  2 siblings, 0 replies; 4+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-07-28 14:16 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 64694-done

Hilton Chain <hako@ultrarare.space> writes:

> Hello Guix!
>
> This patchset updates iwd and its dependency ell to the latest versions.
>

Pushed to master, thank you!




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

end of thread, other threads:[~2023-07-28 15:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-18  4:28 [bug#64694] [PATCH 0/2] Update iwd to 2.7 Hilton Chain via Guix-patches via
2023-07-18  4:30 ` [bug#64694] [PATCH 1/2] gnu: ell: Update to 0.57 Hilton Chain via Guix-patches via
2023-07-18  4:30 ` [bug#64694] [PATCH 2/2] gnu: iwd: Update to 2.7 Hilton Chain via Guix-patches via
2023-07-28 14:16 ` bug#64694: [PATCH 0/2] Update iwd " 宋文武 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).