diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-11-21 11:32:41 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:15 +0100 |
| commit | a8ef3d2faa6325c6ede270b12ae322e5873171d4 (patch) | |
| tree | ed4aee466f56f38d749397b30b52541fb51879e6 | |
| parent | bcd88bd4e3a56e62029f8985173e4f1a552934be (diff) | |
gnu: gnome-shell-extension-clipboard-indicator: Update to 69.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator):
Update to 69.
| -rw-r--r-- | gnu/packages/gnome-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index da7a41e2ae4..2f5c21b163d 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -697,7 +697,7 @@ GNOME Shell.") (define-public gnome-shell-extension-clipboard-indicator (package (name "gnome-shell-extension-clipboard-indicator") - (version "65") + (version "69") (source (origin (method git-fetch) (uri (git-reference @@ -709,7 +709,7 @@ GNOME Shell.") (file-name (git-file-name name version)) (sha256 (base32 - "1p10qnrjrlcyw270k87xwx92kp2cmn8vp4vsk59y13v6k9yaq4q8")) + "11hc0nf0zp8b8dg7lmihdwxvzh1ji7jvpvg6xh2i0pwqiwzdayqa")) (modules '((guix build utils))) (snippet ;; Remove pre-compiled settings schemas and translations from |
