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

commit ded864b7a1fb967bcee1761181ba533a39d09985
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 c0343164b4..01484e4264 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1268,7 +1268,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)
@@ -1278,7 +1278,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