[PATCH 0/2] gnu: iwd: Update to 3.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hilton Chain
  • Sergey Trofimov
Owner
unassigned
Submitted by
Sergey Trofimov
Severity
normal

Debbugs page

Sergey Trofimov wrote 5 months ago
(address . guix-patches@gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
cover.1729532017.git.sarg@sarg.org.ru
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
Sergey Trofimov wrote 5 months ago
[PATCH 1/2] gnu: ell: Update to 0.69.
(address . 73935@debbugs.gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
567feb0eb3ae186e6a4192ae9772bfb53f239851.1729532017.git.sarg@sarg.org.ru
* gnu/packages/linux.scm (ell): Update to 0.69.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Sergey Trofimov wrote 5 months ago
[PATCH 2/2] gnu: iwd: Update to 3.0.
(address . 73935@debbugs.gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
f5ef0093b27e472201ae346fb4ec30afa284d27c.1729532017.git.sarg@sarg.org.ru
* gnu/packages/networking.scm (iwd): Update to 3.0.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Hilton Chain wrote 4 months ago
Close: [PATCH 0/2] gnu: iwd: Update to 3.0.
(name . Sergey Trofimov)(address . sarg@sarg.org.ru)(address . 73935-done@debbugs.gnu.org)
87r07ta5ia.wl-hako@ultrarare.space
Hi Sergey,

I have applied your patch series as 6d915231f258aa8d76c58afe1a5b903eb016b111 and
639f79952e51a58b7fbca2a826dcc3df162300c1, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73935@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73935
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help