all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66009] [PATCH gnome-team] gnu: NetworkManager: Update to 1.45.2.
@ 2023-09-12 12:38 Vivien Kraus via Guix-patches via
  2023-09-15 20:17 ` Liliana Marie Prikler
  0 siblings, 1 reply; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-09-12 12:38 UTC (permalink / raw)
  To: 66009; +Cc: liliana.prikler, maxim.cournoyer, rg

* gnu/packages/gnome.scm (network-manager): Update to 1.45.2.
---
 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 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




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#66009] [PATCH gnome-team v2 1/1] gnu: NetworkManager: Update to 1.44.0.
  2023-09-15 21:07   ` [bug#66009] [PATCH gnome-team v2 0/1] Update NetworkManager to stable 1.44.0 Vivien Kraus via Guix-patches via
@ 2023-09-12 12:38     ` Vivien Kraus via Guix-patches via
  2023-09-24 10:03       ` bug#66009: " Liliana Marie Prikler
  0 siblings, 1 reply; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-09-12 12:38 UTC (permalink / raw)
  To: 66009

* gnu/packages/gnome.scm (network-manager): Update to 1.44.0.
---
 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 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




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#66009] [PATCH gnome-team] gnu: NetworkManager: Update to 1.45.2.
  2023-09-12 12:38 [bug#66009] [PATCH gnome-team] gnu: NetworkManager: Update to 1.45.2 Vivien Kraus via Guix-patches via
@ 2023-09-15 20:17 ` Liliana Marie Prikler
  2023-09-15 21:07   ` [bug#66009] [PATCH gnome-team v2 0/1] Update NetworkManager to stable 1.44.0 Vivien Kraus via Guix-patches via
  0 siblings, 1 reply; 5+ messages in thread
From: Liliana Marie Prikler @ 2023-09-15 20:17 UTC (permalink / raw)
  To: Vivien Kraus, 66009; +Cc: rg, maxim.cournoyer

Am Dienstag, dem 12.09.2023 um 14:38 +0200 schrieb Vivien Kraus:
> * 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)?




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#66009] [PATCH gnome-team v2 0/1] Update NetworkManager to stable 1.44.0
  2023-09-15 20:17 ` Liliana Marie Prikler
@ 2023-09-15 21:07   ` Vivien Kraus via Guix-patches via
  2023-09-12 12:38     ` [bug#66009] [PATCH gnome-team v2 1/1] gnu: NetworkManager: Update to 1.44.0 Vivien Kraus via Guix-patches via
  0 siblings, 1 reply; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-09-15 21:07 UTC (permalink / raw)
  To: 66009

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




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#66009: [PATCH gnome-team v2 1/1] gnu: NetworkManager: Update to 1.44.0.
  2023-09-12 12:38     ` [bug#66009] [PATCH gnome-team v2 1/1] gnu: NetworkManager: Update to 1.44.0 Vivien Kraus via Guix-patches via
@ 2023-09-24 10:03       ` Liliana Marie Prikler
  0 siblings, 0 replies; 5+ messages in thread
From: Liliana Marie Prikler @ 2023-09-24 10:03 UTC (permalink / raw)
  To: Vivien Kraus, 66009-done

Am Dienstag, dem 12.09.2023 um 14:38 +0200 schrieb Vivien Kraus:
> * gnu/packages/gnome.scm (network-manager): Update to 1.44.0.
> ---
Pushed.

Thanks




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-09-24 10:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-12 12:38 [bug#66009] [PATCH gnome-team] gnu: NetworkManager: Update to 1.45.2 Vivien Kraus via Guix-patches via
2023-09-15 20:17 ` Liliana Marie Prikler
2023-09-15 21:07   ` [bug#66009] [PATCH gnome-team v2 0/1] Update NetworkManager to stable 1.44.0 Vivien Kraus via Guix-patches via
2023-09-12 12:38     ` [bug#66009] [PATCH gnome-team v2 1/1] gnu: NetworkManager: Update to 1.44.0 Vivien Kraus via Guix-patches via
2023-09-24 10:03       ` bug#66009: " Liliana Marie Prikler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.