diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-11-21 11:36:42 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:16 +0100 |
| commit | 981727f6eff04f7a8a8c473425d53917c758f2f2 (patch) | |
| tree | 00f29a72b2e669358e5e3a9bd14c23a64c5a71d1 /gnu | |
| parent | f5b3bb06a60157e30490ec85ee96f5e0cd458496 (diff) | |
gnu: gnome-shell-extension-weather-oclock: Update to 49.0.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-weather-oclock): Update to
49.0.
[source]: Adjust commit accordingly.
[native-inputs]: Add glib:bin.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome-xyz.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index de167b74a32..d4b74fed634 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1400,15 +1400,15 @@ bar of the GNOME Shell.") (define-public gnome-shell-extension-weather-oclock (package (name "gnome-shell-extension-weather-oclock") - (version "46.2") + (version "49.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/CleoMenezesJr/weather-oclock") - (commit version))) + (commit (string-append "v" version)))) (sha256 (base32 - "0misr6cs17636yak82fx6gx48qqsj8glccsxxkh96adrihbhni48")) + "0p8wv3gsz2398ddk7c3v0rsafx86q7m5lhg0vj4knrml7nl1mshp")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments @@ -1421,6 +1421,7 @@ bar of the GNOME Shell.") #~(modify-phases %standard-phases (delete 'bootstrap) (delete 'configure)))) + (native-inputs (list `(,glib "bin"))) (synopsis "GNOME Shell extension to show the weather next the clock") (description "Weather O'Clock is an extension that adds the current weather next to the clock on the top bar of the GNOME Shell.") |
