diff options
author | Hilton Chain <hako@ultrarare.space> | 2024-01-06 13:40:01 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2024-01-13 17:07:07 +0800 |
commit | 34aa35bd7bde8697e3b953e80cc6f5fb346143d7 (patch) | |
tree | f0de5bf095a428bd1d69a2e8cdfd683298ebacfe /gnu/packages | |
parent | cb0807587a2243401f99caa23ae2ff8eca97b71a (diff) | |
download | guix-34aa35bd7bde8697e3b953e80cc6f5fb346143d7.tar guix-34aa35bd7bde8697e3b953e80cc6f5fb346143d7.tar.gz |
gnu: iwd: Update to 2.12.
* gnu/packages/networking.scm (iwd): Update to 2.12.
[home-page]: Update homepage.
Change-Id: Icfaee7fdbe7ce9bb4648d8ad841d74caaea84b4f
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/networking.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 28287a6e32..a62a00bc8d 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -4054,7 +4054,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (define-public iwd (package (name "iwd") - (version "2.8") + (version "2.12") (source (origin (method git-fetch) (uri (git-reference @@ -4063,7 +4063,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (file-name (git-file-name name version)) (sha256 (base32 - "0bpksqyaqr624bj7zm9hi22rnp6wnjbngx4q08l7lbd0r7r93vcb")))) + "199pcs20054xhp5c0dnxf9ny5cf5cynkqpx68dpn46nq8ly76n2y")))) (build-system gnu-build-system) (inputs (list dbus ell (package-source ell) readline)) @@ -4107,7 +4107,7 @@ powerful route filtering syntax and an easy-to-use configuration interface.") (substitute* "Makefile" ;; Don't try to 'mkdir /var'. (("\\$\\(MKDIR_P\\) -m 700") "true"))))))) - (home-page "https://git.kernel.org/pub/scm/network/wireless/iwd.git/") + (home-page "https://iwd.wiki.kernel.org/") (synopsis "iNet Wireless Daemon") (description "iwd is a wireless daemon for Linux that aims to replace WPA Supplicant. It optimizes resource utilization by not depending on any external |