guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 37987ce2ba487a8e2d36b76ad30d2116c660d38a
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Jun 21 08:24:03 2026 +0200

    gnu: gnome-shell-extension-blur-my-shell: Update to 72.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-blur-my-shell):
    Update to 72.
    
    Signed-off-by: NoĆ© Lopez <[email protected]>
---
 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 9a4d25a3e6..46f2586836 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1328,7 +1328,7 @@ animation of closing windowed applications.")
 (define-public gnome-shell-extension-blur-my-shell
   (package
     (name "gnome-shell-extension-blur-my-shell")
-    (version "70")
+    (version "72")
     (source
      (origin
        (method git-fetch)
@@ -1338,7 +1338,7 @@ animation of closing windowed applications.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "11qd3z57w0fkhlhbqm2rpmwwg9bl4dvdbs2v7xp3psjfi5z9gsmq"))))
+         "0nvqcx45xxil6jkq3bcwhlysjnkw6jaa6q9rknsfdj7nhwxjh403"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan

Reply via email to