gnu: network-manager-applet: Update to 1.34.0.
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.34.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									95ea1277ae
								
							
						
					
					
						commit
						4735893e1b
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -30,7 +30,7 @@
 | 
			
		|||
;;; Copyright © 2017, 2020, 2021 Brendan Tildesley <mail@brendan.scot>
 | 
			
		||||
;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com>
 | 
			
		||||
;;; Copyright © 2018 Jovany Leandro G.C <bit4bit@riseup.net>
 | 
			
		||||
;;; Copyright © 2018 Vasile Dumitrascu <va511e@yahoo.com>
 | 
			
		||||
;;; Copyright © 2018, 2023 Vasile Dumitrascu <va511e@yahoo.com>
 | 
			
		||||
;;; Copyright © 2018 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
 | 
			
		||||
;;; Copyright © 2018, 2019 Timothy Sample <samplet@ngyro.com>
 | 
			
		||||
;;; Copyright © 2019 Danny Milosavljevic <dannym@scratchpost.org>
 | 
			
		||||
| 
						 | 
				
			
			@ -8669,7 +8669,7 @@ to virtual private networks (VPNs) via Fortinet SSLVPN.")
 | 
			
		|||
(define-public network-manager-applet
 | 
			
		||||
  (package
 | 
			
		||||
    (name "network-manager-applet")
 | 
			
		||||
    (version "1.32.0")
 | 
			
		||||
    (version "1.34.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "mirror://gnome/sources/network-manager-applet/"
 | 
			
		||||
| 
						 | 
				
			
			@ -8677,7 +8677,7 @@ to virtual private networks (VPNs) via Fortinet SSLVPN.")
 | 
			
		|||
                                  "network-manager-applet-" version ".tar.xz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0f5sxxi9rywg8mhglcyk3sqmgv5wwl4vxzar56847b852pxazdd2"))))
 | 
			
		||||
                "1a55mf4ww06lqacs6zndp29ayyby5f8rgg1lp341y5kb1x3qwdmb"))))
 | 
			
		||||
    (build-system meson-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:glib-or-gtk? #t
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue