[PATCH gnome-team] gnu: gnome-shell-extensions: Update to 44.0.

  • Done
  • quality assurance status badge
Details
One participant
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
56ae523a79b845f478477c3f029f5e10677a4b51.1700603261.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 44.0.

Change-Id: Id5664a9f86f7a64179975cd9c5cbf7b6521c5844
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ab485cffb1..2f2aa76b7c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10612,7 +10612,7 @@ (define-public gnome-tweaks
(define-public gnome-shell-extensions
(package
(name "gnome-shell-extensions")
- (version "42.3")
+ (version "44.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -10620,7 +10620,7 @@ (define-public gnome-shell-extensions
name "-" version ".tar.xz"))
(sha256
(base32
- "1z3k4bvq8f2s0q9q7i093w4hrz289lci7xlib20aqa4z5sivxhhf"))))
+ "1aq1n75m1svsv0ppg66n9qch26rhjxcv3q33a3skf7hsydr5wd4c"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags '("-Dextension_set=all")))

base-commit: 1cc3b7e80f60a2a5a6a1400ed0b025efeae7a523
--
2.41.0
Vivien Kraus wrote 1 years ago
(address . 67347-done@debbugs.gnu.org)
636ce91a7a6f362999ca973bec266cadc3c15c2c.camel@planete-kraus.eu
Wonderful, this has been merged.

Thank you!

Vivien
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67347@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67347
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help