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

commit fa8f4a5685d3a6bfd689b6dffbfc217c34586722
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Fri Nov 21 11:35:13 2025 +0100

    gnu: gnome-shell-extension-blur-my-shell: Update to 70.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-blur-my-shell): Update 
to
    70.
---
 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 13b6f6b65b..d53e989ad4 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1265,7 +1265,7 @@ animation of closing windowed applications.")
 (define-public gnome-shell-extension-blur-my-shell
   (package
     (name "gnome-shell-extension-blur-my-shell")
-    (version "67")
+    (version "70")
     (source
      (origin
        (method git-fetch)
@@ -1275,7 +1275,7 @@ animation of closing windowed applications.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0zxz71iq8wzv7swfp4an8vwf8r4sswb6gi85cwh5afyc4mj5fn2r"))))
+         "11qd3z57w0fkhlhbqm2rpmwwg9bl4dvdbs2v7xp3psjfi5z9gsmq"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan

Reply via email to