gnu: gnome-shell-extensions: Update to 3.32.1.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.32.1.
This commit is contained in:
		
							parent
							
								
									339b59bf03
								
							
						
					
					
						commit
						ae4c05e096
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -7405,7 +7405,7 @@ GNOME Shell appearance and extension, etc.")
 | 
			
		|||
(define-public gnome-shell-extensions
 | 
			
		||||
  (package
 | 
			
		||||
    (name "gnome-shell-extensions")
 | 
			
		||||
    (version "3.30.1")
 | 
			
		||||
    (version "3.32.1")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "mirror://gnome/sources/" name "/"
 | 
			
		||||
| 
						 | 
				
			
			@ -7413,7 +7413,7 @@ GNOME Shell appearance and extension, etc.")
 | 
			
		|||
                                  name "-" version ".tar.xz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1grxn4f5x754r172wmnf0h0xpy69afmj359zsj1rwgqlzw4i4c5p"))))
 | 
			
		||||
                "07libf6z24n42hpdsq163w0j8xyrav0lxqrwxrvq5kbz8zxv5ch2"))))
 | 
			
		||||
    (build-system meson-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:configure-flags '("-Dextension_set=all")))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue