[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
131/181: gnu: network-manager: Update to 1.41.2.
From: |
guix-commits |
Subject: |
131/181: gnu: network-manager: Update to 1.41.2. |
Date: |
Tue, 13 Sep 2022 02:26:07 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 255935a2fff1a4e26fdd089d74dd80f91a284a6d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Sep 9 15:52:10 2022 -0400
gnu: network-manager: Update to 1.41.2.
* gnu/packages/gnome.scm (network-manager): Update to 1.41.2.
[native-inputs]: Sort. Replace intltool with gettext-minimal. Add perl.
[inputs]: Sort. Add libpsl. Remove libsoup.
---
gnu/packages/gnome.scm | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0dfb88570a..b83d93b3f7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8095,7 +8095,7 @@ users.")
(define-public network-manager
(package
(name "network-manager")
- (version "1.40.0")
+ (version "1.41.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/NetworkManager/"
@@ -8105,7 +8105,7 @@ users.")
"network-manager-meson.patch"))
(sha256
(base32
- "00zwx7cvl8p8xv5h8yvlj2r5wycbvbqia7z4hjmmvjicpiby1rxf"))))
+ "0v5a5fw1zwa94ksz6d7hyj14wwdxzmswgm81ryhxmyn3nrcf1akg"))))
(build-system meson-build-system)
(outputs '("out"
"doc")) ; 8 MiB of gtk-doc HTML
@@ -8193,47 +8193,47 @@ users.")
(propagated-inputs
(list glib))
(native-inputs
- (list `(,glib "bin") ; for gdbus-codegen
- gtk-doc/stable
- gobject-introspection
- docbook-xml
+ (list docbook-xml
docbook-xsl
- intltool
- libxslt
+ gettext-minimal
+ `(,glib "bin") ;for gdbus-codegen
+ gobject-introspection
+ gtk-doc/stable
libxml2
+ libxslt
+ perl
pkg-config
- vala
- ;; For testing.
- python-wrapper
python-dbus
- python-pygobject))
+ python-pygobject
+ python-wrapper
+ vala))
(inputs
- (list curl
+ (list audit
+ curl
cyrus-sasl
dbus-glib
dnsmasq
+ elogind
eudev
gnutls
iptables
isc-dhcp
- iwd ; wpa_supplicant alternative
+ iwd ;wpa_supplicant alternative
jansson
- audit
libgcrypt
libgudev
libndp
libnl
+ libpsl
libselinux
- libsoup
mobile-broadband-provider-info
modem-manager
- newt ;for the 'nmtui' console interface
- openresolv ; alternative resolv.conf manager
+ newt ;for the 'nmtui' console interface
+ openresolv ;alternative resolv.conf manager
polkit
ppp
readline
- util-linux
- elogind))
+ util-linux))
(synopsis "Network connection manager")
(home-page "https://wiki.gnome.org/Projects/NetworkManager")
(description
- 64/181: gnu: gnome-disk-utility: Update to 42.0., (continued)
- 64/181: gnu: gnome-disk-utility: Update to 42.0., guix-commits, 2022/09/13
- 80/181: import: gnome: Improve version handling logic., guix-commits, 2022/09/13
- 86/181: gnu: gnome-boxes: Update to 42.3., guix-commits, 2022/09/13
- 93/181: gnu: gnome-music: Update to 42.1., guix-commits, 2022/09/13
- 113/181: gnu: vte-ng: Update to 0.59.0., guix-commits, 2022/09/13
- 104/181: gnu: gupnp-av: Update to 0.14.1., guix-commits, 2022/09/13
- 109/181: gnu: drawing: Update to 1.0.1., guix-commits, 2022/09/13
- 117/181: gnu: libgnome-games-support: Update to 2.0.0., guix-commits, 2022/09/13
- 125/181: gnu: d-feet: Update to 0.3.16., guix-commits, 2022/09/13
- 119/181: gnu: grilo: Update to 0.3.15., guix-commits, 2022/09/13
- 131/181: gnu: network-manager: Update to 1.41.2.,
guix-commits <=
- 130/181: gnu: file-roller: Update to 3.42.0., guix-commits, 2022/09/13
- 91/181: gnu: gtranslator: Update to 42.0., guix-commits, 2022/09/13
- 97/181: gnu: libgsf: Update to 1.14.50., guix-commits, 2022/09/13
- 66/181: gnu: gnome-photos: Update to 43.beta., guix-commits, 2022/09/13
- 73/181: gnu: gnome-calculator: Update to 42.2., guix-commits, 2022/09/13
- 76/181: gnu: gnome-mines: Replace intltool with gettext-minimal., guix-commits, 2022/09/13
- 84/181: gnu: gnome-dictionary: Use latest meson., guix-commits, 2022/09/13
- 96/181: gnu: gupnp: Update to 1.5.4., guix-commits, 2022/09/13
- 101/181: gnu: libpeas: Update to 1.32.0., guix-commits, 2022/09/13
- 114/181: gnu: amtk: Update to 5.5.1., guix-commits, 2022/09/13