guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 63b995b7be9f5a78405ec70619abaf2801776436
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Fri Nov 21 11:36:32 2025 +0100
gnu: gnome-shell-extension-vitals: Update to 72.0.0.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-vitals): Update to
72.0.0.
---
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 98463c1e87..8b91c6dbfc 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1347,7 +1347,7 @@ directly inside GNOME Shell. It can manage stations and
play streams.")
(define-public gnome-shell-extension-vitals
(package
(name "gnome-shell-extension-vitals")
- (version "69.0.0")
+ (version "72.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1356,7 +1356,7 @@ directly inside GNOME Shell. It can manage stations and
play streams.")
(file-name (git-file-name name version))
(sha256
(base32
- "1d587hh4l2v4skbvispy77lvkrj0c3wwkbvgxqya3dphmvc8pn27"))
+ "0ikiq2vmmsjr13788xhmbqid1im19gnp86xxqx1q047v6kikvjy4"))
(modules '((guix build utils)))
(snippet '(begin
(delete-file "schemas/gschemas.compiled")