gnu: gnome-shell-extension-blur-my-shell: Update to 29.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-blur-my-shell): Update to 29. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									f374a4a1e5
								
							
						
					
					
						commit
						594c38da35
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -864,7 +864,7 @@ animation of closing windowed applications.")
 | 
				
			||||||
(define-public gnome-shell-extension-blur-my-shell
 | 
					(define-public gnome-shell-extension-blur-my-shell
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gnome-shell-extension-blur-my-shell")
 | 
					    (name "gnome-shell-extension-blur-my-shell")
 | 
				
			||||||
    (version "27")
 | 
					    (version "29")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -874,7 +874,7 @@ animation of closing windowed applications.")
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0l318lgc2zrp8fskabiv28knwp3b5i2y8bd3164da4pkf1jsl468"))
 | 
					         "13x7zgaj3dz7lypdv1bgmpmh0f2w53q567zxmhmqimi1gy5mjrvk"))
 | 
				
			||||||
       (snippet
 | 
					       (snippet
 | 
				
			||||||
        '(begin (delete-file "src/schemas/gschemas.compiled")))))
 | 
					        '(begin (delete-file "src/schemas/gschemas.compiled")))))
 | 
				
			||||||
    (build-system copy-build-system)
 | 
					    (build-system copy-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue