diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-21 15:12:28 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-26 06:39:06 +0100 |
| commit | 7ea3c8cd42783dd82ed074b89fbd871b03b95626 (patch) | |
| tree | 855d09b72a34f6c743acb6165f5f7620a3b3fac0 /gnu | |
| parent | 5ba1f04a4dc998dab19ff11ed5f305d22d47793f (diff) | |
gnu: gnome-shell-extension-dash-to-dock: Update to 103.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): Update
to 103.
Diffstat (limited to 'gnu')
| -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 bcf6b5587b7..d942b724475 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -778,7 +778,7 @@ behavior, system tray and input source indicator for IBus.") (define-public gnome-shell-extension-dash-to-dock (package (name "gnome-shell-extension-dash-to-dock") - (version "102") + (version "103") (source (origin (method git-fetch) (uri (git-reference @@ -787,7 +787,7 @@ behavior, system tray and input source indicator for IBus.") version)))) (sha256 (base32 - "0gzqmbalybyivhnlhhwvqd33x47f73368gnd85qiql7x4x0lfl98")) + "0z4ayd9lagqyg2sc83qvyfx4wc3mcp8af5a34qpvxf3nyipq9pp9")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |
