unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61335] [PATCH 0/2] Update iwd and ell.
@ 2023-02-07  3:32 kiasoc5 via Guix-patches via
  2023-02-07  3:38 ` [bug#61335] [PATCH 1/2] gnu: ell: Update to 0.56 kiasoc5 via Guix-patches via
  2023-02-11 20:46 ` [bug#61335] [PATCH 0/2] Update iwd and ell Christopher Baines
  0 siblings, 2 replies; 4+ messages in thread
From: kiasoc5 via Guix-patches via @ 2023-02-07  3:32 UTC (permalink / raw)
  To: 61335; +Cc: kiasoc5

iwd depends on ell.

kiasoc5 (2):
  gnu: ell: Update to 0.56.
  gnu: iwd: Update to 2.3.

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


base-commit: 1f684d00d25f0f205c4cc4b762d8f56911062581
-- 
2.39.1





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

* [bug#61335] [PATCH 1/2] gnu: ell: Update to 0.56.
  2023-02-07  3:32 [bug#61335] [PATCH 0/2] Update iwd and ell kiasoc5 via Guix-patches via
@ 2023-02-07  3:38 ` kiasoc5 via Guix-patches via
  2023-02-07  3:38   ` [bug#61335] [PATCH 2/2] gnu: iwd: Update to 2.3 kiasoc5 via Guix-patches via
  2023-02-11 20:46 ` [bug#61335] [PATCH 0/2] Update iwd and ell Christopher Baines
  1 sibling, 1 reply; 4+ messages in thread
From: kiasoc5 via Guix-patches via @ 2023-02-07  3:38 UTC (permalink / raw)
  To: 61335; +Cc: kiasoc5

* gnu/packages/linux.scm (ell): Update to 0.56.
---
 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 54e3da8be2..a8a24c06f9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9151,7 +9151,7 @@ (define-public wireplumber
 (define-public ell
   (package
     (name "ell")
-    (version "0.54")
+    (version "0.56")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9160,7 +9160,7 @@ (define-public ell
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1vsv5ibiyli1cvk32l5avms6ngv6i0jxxqd5vw5kbfcp6ph94brs"))))
+                "084mc9377k2a61wyqnfnsgfrdvv1rinn9wzw8l8crip0hlikn938"))))
     (build-system gnu-build-system)
     (arguments
      ;; Tests launch dbus-daemon instances that all try to bind to
-- 
2.39.1





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

* [bug#61335] [PATCH 2/2] gnu: iwd: Update to 2.3.
  2023-02-07  3:38 ` [bug#61335] [PATCH 1/2] gnu: ell: Update to 0.56 kiasoc5 via Guix-patches via
@ 2023-02-07  3:38   ` kiasoc5 via Guix-patches via
  0 siblings, 0 replies; 4+ messages in thread
From: kiasoc5 via Guix-patches via @ 2023-02-07  3:38 UTC (permalink / raw)
  To: 61335; +Cc: kiasoc5

* gnu/packages/networking.scm (iwd): Update to 2.3.
---
 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 5a7d60c674..eb92801fdf 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3884,7 +3884,7 @@ (define-public bird
 (define-public iwd
   (package
     (name "iwd")
-    (version "2.0")
+    (version "2.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3893,7 +3893,7 @@ (define-public iwd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0icrmd0361yy24sa7wdd388ykaknv1va4678h9ksysz1dmykdr7m"))))
+                "1hp38rh6vpfxkx2f036719b0v9g9yj169l8fd9l9lncqpjbz73y4"))))
     (build-system gnu-build-system)
     (inputs
      (list dbus ell (package-source ell) readline))
-- 
2.39.1





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

* [bug#61335] [PATCH 0/2] Update iwd and ell.
  2023-02-07  3:32 [bug#61335] [PATCH 0/2] Update iwd and ell kiasoc5 via Guix-patches via
  2023-02-07  3:38 ` [bug#61335] [PATCH 1/2] gnu: ell: Update to 0.56 kiasoc5 via Guix-patches via
@ 2023-02-11 20:46 ` Christopher Baines
  1 sibling, 0 replies; 4+ messages in thread
From: Christopher Baines @ 2023-02-11 20:46 UTC (permalink / raw)
  To: kiasoc5; +Cc: 61335, 61335-done

[-- Attachment #1: Type: text/plain, Size: 393 bytes --]


kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

> iwd depends on ell.
>
> kiasoc5 (2):
>   gnu: ell: Update to 0.56.
>   gnu: iwd: Update to 2.3.
>
>  gnu/packages/linux.scm      | 4 ++--
>  gnu/packages/networking.scm | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Looks good to me, I've pushed these to master as
7fbdb403d9c0374630da43fffd20cc7df0d734a1.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-02-11 20:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-07  3:32 [bug#61335] [PATCH 0/2] Update iwd and ell kiasoc5 via Guix-patches via
2023-02-07  3:38 ` [bug#61335] [PATCH 1/2] gnu: ell: Update to 0.56 kiasoc5 via Guix-patches via
2023-02-07  3:38   ` [bug#61335] [PATCH 2/2] gnu: iwd: Update to 2.3 kiasoc5 via Guix-patches via
2023-02-11 20:46 ` [bug#61335] [PATCH 0/2] Update iwd and ell Christopher Baines

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).