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

commit c6c35079fdbde9b036c05c866905d776c1b58268
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Jun 21 08:23:17 2026 +0200

    gnu: gnome-shell-extension-just-perfection: Update to 36.0.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-just-perfection):
    Update to 36.0.
    
    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 f6317f18ba..a99e988bc5 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -995,7 +995,7 @@ control.")
 (define-public gnome-shell-extension-just-perfection
   (package
     (name "gnome-shell-extension-just-perfection")
-    (version "35.0")
+    (version "36.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1004,7 +1004,7 @@ control.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0cphqwlg2vgnd0qkm6d5ihnlrnrckby5aakfvwi3bqk3fy9q65np"))))
+                "09yy9gdamgf8375na28kw3fp8j3cjcxk36wvw2hrci5c8palnmrv"))))
     (build-system copy-build-system)
     (arguments
      (list

Reply via email to