guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit ad7c7f34f2c68ca0d14eb5849aff0ad3043c039b
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Mon Jun 22 15:01:11 2026 +0200
gnu: gnome-shell-extension-weather-oclock: Update to 50.4.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-weather-oclock):
Update to 50.4.
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 de0418ad20..c7785e69ea 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1566,7 +1566,7 @@ bar of the GNOME Shell.")
(define-public gnome-shell-extension-weather-oclock
(package
(name "gnome-shell-extension-weather-oclock")
- (version "49.0")
+ (version "50.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1574,7 +1574,7 @@ bar of the GNOME Shell.")
(commit (string-append "v" version))))
(sha256
(base32
- "0p8wv3gsz2398ddk7c3v0rsafx86q7m5lhg0vj4knrml7nl1mshp"))
+ "1cxjgp46ij9y3dghb787qix1sa2c6n0rjq83hx67scgws0ja7a70"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments