summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2024-09-22 22:59:30 +0800
committerGuix Patches Tester <>2024-09-24 11:28:58 +0200
commit4fb0f546ce562c847c7c560f8a18ffc208aed9d4 (patch)
treecb19e35f50f7e87d79aafe241a2de7d48f5616e7
parent0ce2998de481f3735db79b8588b7a35a4e5bc495 (diff)
downloadguix-patches-issue-73423.tar
guix-patches-issue-73423.tar.gz
gnu: iwd: Update to 2.22.issue-73423
* gnu/packages/networking.scm (iwd): Update to 2.22. Change-Id: I34fc6742f3da06cf92af73d87899732dfca54313
-rw-r--r--gnu/packages/networking.scm4
1 files 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 @@ powerful route filtering syntax and an easy-to-use configuration interface.")
(define-public iwd
(package
(name "iwd")
- (version "2.12")
+ (version "2.22")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4152,7 +4152,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.")
(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))