lilyp pushed a commit to branch gnome-team
in repository guix.
commit e98a71f588013cb0a8bcfc5d994278f194667004
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Dec 7 13:16:05 2024 +0100
gnu: gnome-shell-extension-vitals: Update to 69.0.0.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-vitals): Update to
69.0.0.
Reviewed-by: Maxim Cournoyer <[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 bb000eb48e..d7b467aef4 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1232,7 +1232,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 "62.0.0")
+ (version "69.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1241,7 +1241,7 @@ directly inside GNOME Shell. It can manage stations and
play streams.")
(file-name (git-file-name name version))
(sha256
(base32
- "0wmw5yd38vyv13x6frbafp21bdhlyjd5ggimdf2696irfhnm828h"))
+ "1d587hh4l2v4skbvispy77lvkrj0c3wwkbvgxqya3dphmvc8pn27"))
(modules '((guix build utils)))
(snippet '(begin
(delete-file "schemas/gschemas.compiled")