guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e1259944256f1d21e1dcb2f097d4721d27be41e6
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Jun 21 08:24:14 2026 +0200

    gnu: gnome-shell-extension-vitals: Update to 77.0.0.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-vitals): Update to 
77.0.0.
    
    Signed-off-by: NoĆ© Lopez <[email protected]>
---
 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 46f2586836..de0418ad20 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1511,7 +1511,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 "72.0.0")
+    (version "77.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1520,7 +1520,7 @@ directly inside GNOME Shell.  It can manage stations and 
play streams.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0ikiq2vmmsjr13788xhmbqid1im19gnp86xxqx1q047v6kikvjy4"))
+                "18ilc10j6rbh23fgi08zl27r4s5x30yx1w2ihbsfk9qjhphczirw"))
               (modules '((guix build utils)))
               (snippet '(begin
                           (delete-file "schemas/gschemas.compiled")

Reply via email to