GNU bug report logs -
#76263
[PATCH] gnu: network-manager: Update to 1.50.0.
Previous Next
Reported by: Divya Ranjan <divya <at> subvertising.org>
Date: Thu, 13 Feb 2025 11:51:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/gnome.scm (network-manager): Update to 1.50.0.
Change-Id: I22d38b667fd958168b94b836a2d623a11da5489b
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1e8d813682..4c0f6feb04 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8463,7 +8463,7 @@ (define-public network-manager
(name "network-manager")
;; Note: NetworkManager still follows the odd/even major version number
;; for development/stable releases scheme; be sure to use a stable one.
- (version "1.44.0")
+ (version "1.50.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/NetworkManager/"
@@ -8473,7 +8473,7 @@ (define-public network-manager
"network-manager-meson.patch"))
(sha256
(base32
- "17zvg63jjbqdw8xyc6narirvvbbv7micbn0j7dmq0bqqgmihkjpd"))))
+ "1qv6ma7lhznwcjybl9kwbnbv28k1ca0r9n65ak2fnv35i8wff0zw"))))
(build-system meson-build-system)
(outputs '("out"
"doc")) ; 8 MiB of gtk-doc HTML
base-commit: bcce7f8fa8b821b76591b297f61d473c5972e397
--
2.47.1
This bug report was last modified 77 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.