[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: network-manager: Update to 1.18.4.
From: |
guix-commits |
Subject: |
09/10: gnu: network-manager: Update to 1.18.4. |
Date: |
Sat, 2 Nov 2019 17:05:22 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 983ebf6595e7b48ef2d0aaf7d236e0d80e481717
Author: Kei Kebreau <address@hidden>
Date: Sat Nov 2 09:58:25 2019 -0400
gnu: network-manager: Update to 1.18.4.
* gnu/packages/gnome.scm (network-manager): Update to 1.18.4.
---
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 b3a4449..016b7b2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5400,7 +5400,7 @@ users.")
(define-public network-manager
(package
(name "network-manager")
- (version "1.18.2")
+ (version "1.18.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/NetworkManager/"
@@ -5409,7 +5409,7 @@ users.")
(patches (search-patches "nm-plugin-path.patch"))
(sha256
(base32
- "1hx5dx5dgdqh3p8fq7q1pxy2bx2iymc74lj60ycrf7ydfjlprnad"))
+ "0pnh1wr2p1fqa5pr945fr3lngfc5ccfrmgddqsg55lxnjpv0ggd3"))
(modules '((guix build utils)))
(snippet
'(begin
- branch wip-gnome-updates updated (e3bf493 -> 31ec7bc), guix-commits, 2019/11/02
- 01/10: gnu: epiphany: Update to 3.32.5., guix-commits, 2019/11/02
- 03/10: gnu: gnome-online-accounts: Update to 3.32.1., guix-commits, 2019/11/02
- 02/10: gnu: file-roller: Update to 3.32.2., guix-commits, 2019/11/02
- 08/10: gnu: python-pyatspi: Update to 2.34.0., guix-commits, 2019/11/02
- 07/10: gnu: nautilus: Update to 3.32.3., guix-commits, 2019/11/02
- 05/10: gnu: grilo: Update to 0.3.10., guix-commits, 2019/11/02
- 10/10: gnu: modem-manager: Update to 1.10.8., guix-commits, 2019/11/02
- 04/10: gnu: python-dbusmock: Update to 0.18.3., guix-commits, 2019/11/02
- 06/10: gnu: pipewire: Update to 0.2.7., guix-commits, 2019/11/02
- 09/10: gnu: network-manager: Update to 1.18.4.,
guix-commits <=