This is an automated email from the git hooks/post-receive script. lilyp pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 0b6d9901ec gnu: gnome-shell-extension-unite-shell: Update to 82. 0b6d9901ec is described below commit 0b6d9901ec11c9365f9c77da21c2d0bf4e07c6d9 Author: Trevor Richards <t...@trevdev.ca> AuthorDate: Thu Mar 27 22:01:38 2025 -0700 gnu: gnome-shell-extension-unite-shell: Update to 82. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): Update to 82. Signed-off-by: Liliana Marie Prikler <liliana.prik...@gmail.com> --- gnu/packages/gnome-xyz.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 3ef2d9148a..4e75bc0e46 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -19,6 +19,7 @@ ;;; Copyright © 2022 Eric Bavier <bav...@posteo.net> ;;; Copyright © 2022 Sughosha <sugho...@proton.me> ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <gnu...@cyberdimension.org> +;;; Copyright © 2022 Trevor Richards <t...@trevdev.ca> ;;; Copyright © 2023 Eidvilas Markevičius <markeviciuseidvi...@gmail.com> ;;; Copyright © 2025 aurtzy <aur...@gmail.com> ;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0...@zohomail.in> @@ -545,7 +546,7 @@ copy, move, delete, or edit your files.") (define-public gnome-shell-extension-unite-shell (package (name "gnome-shell-extension-unite-shell") - (version "72") ;Listed as compatible on extensions.gnome.org + (version "82") (source (origin (method git-fetch) (uri (git-reference @@ -554,7 +555,7 @@ copy, move, delete, or edit your files.") (file-name (git-file-name name version)) (sha256 (base32 - "006m54ribfbqij0p3zzglzqjw1rbvw0f9468j7p6zdaf43vdvhgc")))) + "0kghsaq8p38r7ya0kd2ggcwjpq4f3gszrfk5x11ji2m91cfk9sh9")))) (build-system copy-build-system) (native-inputs (list `(,glib "bin") gettext-minimal)) (inputs (list xprop))