Revert "gnu: network-manager: Update to 1.43.4."
This reverts commit 01984774a2
. 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>
This commit is contained in:
parent
7ceedc7df7
commit
be5e280e5f
1 changed files with 2 additions and 2 deletions
|
@ -8498,7 +8498,7 @@ (define-public caribou
|
|||
(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 @@ (define-public network-manager
|
|||
"network-manager-meson.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"03sq59hb99farkn2z2kiidcmq86jc13ppjvm6s0k8cdxkcpivals"))))
|
||||
"0v5a5fw1zwa94ksz6d7hyj14wwdxzmswgm81ryhxmyn3nrcf1akg"))))
|
||||
(build-system meson-build-system)
|
||||
(outputs '("out"
|
||||
"doc")) ; 8 MiB of gtk-doc HTML
|
||||
|
|
Loading…
Reference in a new issue