[PATCH gnome-team] gnu: NetworkManager: Update to 1.45.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
b44f8ed9b7d3ae30f9411c0bffb883fe1a3ffd29.1694802462.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (network-manager): Update to 1.45.2.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f5ed13565d..af96719e93 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8207,7 +8207,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.42.6")
+ (version "1.45.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/NetworkManager/"
@@ -8217,7 +8217,7 @@ (define-public network-manager
"network-manager-meson.patch"))
(sha256
(base32
- "0y82xl84dyhdkyl98y86wspiq9iy5jz23bjzc3mvrijsfz1qlf4c"))))
+ "00mvhfv6hgv6g52nrx2n9qx9fj80winrw8pzjcdmarqgy8srrsd9"))))
(build-system meson-build-system)
(outputs '("out"
"doc")) ; 8 MiB of gtk-doc HTML

base-commit: 43cdc8a07517e936812782c313fe145bcf5c7ed3
--
2.41.0
Liliana Marie Prikler wrote 1 years ago
3b24f59c8ab0bcb50218c815a66bac3e86dc9409.camel@gmail.com
Am Dienstag, dem 12.09.2023 um 14:38 +0200 schrieb Vivien Kraus:
Toggle quote (2 lines)
> * gnu/packages/gnome.scm (network-manager): Update to 1.45.2.
> ---
This looks like an unstable version to me. Are you sure we don't want
1.44 (or possibly 1.46)?
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 0/1] Update NetworkManager to stable 1.44.0
(address . 66009@debbugs.gnu.org)
cover.1694812069.git.vivien@planete-kraus.eu
As noted by Liliana Marie Prikler on september 15, 2023, 22:17+0200, version
1.44.0 is the stable version (no 1.46 yet).

Vivien

Vivien Kraus (1):
gnu: NetworkManager: Update to 1.44.0.

gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 43cdc8a07517e936812782c313fe145bcf5c7ed3
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 1/1] gnu: NetworkManager: Update to 1.44.0.
(address . 66009@debbugs.gnu.org)
df00b4de17df9f94f20e27d252aea2905d7ac282.1694812069.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (network-manager): Update to 1.44.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f5ed13565d..12c245efbe 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8207,7 +8207,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.42.6")
+ (version "1.44.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/NetworkManager/"
@@ -8217,7 +8217,7 @@ (define-public network-manager
"network-manager-meson.patch"))
(sha256
(base32
- "0y82xl84dyhdkyl98y86wspiq9iy5jz23bjzc3mvrijsfz1qlf4c"))))
+ "17zvg63jjbqdw8xyc6narirvvbbv7micbn0j7dmq0bqqgmihkjpd"))))
(build-system meson-build-system)
(outputs '("out"
"doc")) ; 8 MiB of gtk-doc HTML
--
2.41.0
Liliana Marie Prikler wrote 1 years ago
b361f0eb8923915cdc975f820b7879bd9c883dc6.camel@gmail.com
Am Dienstag, dem 12.09.2023 um 14:38 +0200 schrieb Vivien Kraus:
Toggle quote (2 lines)
> * gnu/packages/gnome.scm (network-manager): Update to 1.44.0.
> ---
Pushed.

Thanks
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 66009@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66009
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help