guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 50e1c38330c31acf7388fb80c076a9b01284137d
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 2db49428d1..1ed1130c37 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1344,7 +1344,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
@@ -1353,7 +1353,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")