guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/20: gnu: gnome-shell-extension-blur-my-shell: Update to 29.


From: guix-commits
Subject: 11/20: gnu: gnome-shell-extension-blur-my-shell: Update to 29.
Date: Sun, 8 May 2022 18:08:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 594c38da356332c8e9413d29680f2317659988e7
Author: Charles <charles.b.jackson@protonmail.com>
AuthorDate: Sat Apr 30 17:08:38 2022 -0500

    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>
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index facf43c0fe..e193c5b962 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -864,7 +864,7 @@ animation of closing windowed applications.")
 (define-public gnome-shell-extension-blur-my-shell
   (package
     (name "gnome-shell-extension-blur-my-shell")
-    (version "27")
+    (version "29")
     (source
      (origin
        (method git-fetch)
@@ -874,7 +874,7 @@ animation of closing windowed applications.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0l318lgc2zrp8fskabiv28knwp3b5i2y8bd3164da4pkf1jsl468"))
+         "13x7zgaj3dz7lypdv1bgmpmh0f2w53q567zxmhmqimi1gy5mjrvk"))
        (snippet
         '(begin (delete-file "src/schemas/gschemas.compiled")))))
     (build-system copy-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]