guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 520ee6299195deed544c74849d97ec2eaacbadbb
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Jun 21 08:22:34 2026 +0200
gnu: gnome-shell-extensions: Update to 49.0.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 49.0.
[#:phases]<wrap-extensions>: Use GIRepository.dup_default() to get
Repository “singleton”.
Signed-off-by: Noé Lopez <[email protected]>
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index db0d8384c7..851a1b9023 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11214,7 +11214,7 @@ GNOME Shell appearance and extension, etc.")
(define-public gnome-shell-extensions
(package
(name "gnome-shell-extensions")
- (version "48.3")
+ (version "49.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -11222,7 +11222,7 @@ GNOME Shell appearance and extension, etc.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1m52ykbqja9i3i4fcwa8968002jm6pi1f7bgpq8k9dj0iz039pmd"))))
+ "0qkakhm2j2fms6s6w906iyrvkmfv3cx3yj70b6bkid3cg1jf0w0m"))))
(build-system meson-build-system)
(arguments
(list
@@ -11242,7 +11242,7 @@ GNOME Shell appearance and extension, etc.")
(display
(string-append
"path => imports.gi.GIRepository.Repository"
- ".prepend_search_path(path));\n")
+ ".dup_default().prepend_search_path(path));\n")
wrapped)
(dump-port source wrapped))))
(find-files "extensions" "(extension|prefs)\\.js")))))))