diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-30 15:50:34 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-30 15:57:14 -0400 |
commit | be5e280e5fe26f93bd5a6e3f76e4502edb913a94 (patch) | |
tree | f042072a24d2f0df5599e242b5948047c1006239 | |
parent | 7ceedc7df7d6f0d1209dee1eaa9c1dfe772ca0dd (diff) |
Revert "gnu: network-manager: Update to 1.43.4."
This reverts commit 01984774a27f12991f109edabb5527f838557ccd. It is
apparently a development snapshot, and while working great for the most part, it
caused issues with WPA2 Enterprise WiFi configuration in
nm-connection-editor (see: https://issues.guix.gnu.org/62496).
Reported-by: John Kehayias <john.kehayias@protonmail.com>
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0efb98b97c..8c38b94a21 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8498,7 +8498,7 @@ users.") (define-public network-manager (package (name "network-manager") - (version "1.43.4") + (version "1.41.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/NetworkManager/" @@ -8508,7 +8508,7 @@ users.") "network-manager-meson.patch")) (sha256 (base32 - "03sq59hb99farkn2z2kiidcmq86jc13ppjvm6s0k8cdxkcpivals")))) + "0v5a5fw1zwa94ksz6d7hyj14wwdxzmswgm81ryhxmyn3nrcf1akg")))) (build-system meson-build-system) (outputs '("out" "doc")) ; 8 MiB of gtk-doc HTML |