diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-12-07 12:47:44 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:38 +0100 |
commit | d42346a7d340ec7067bd7b55ebc18cd5b00824c3 (patch) | |
tree | eb4ad0c2967a68c9cc6de38d0602e7669c7409b3 /gnu/packages/gnome-xyz.scm | |
parent | 28c0fb1077ac3fea8f2c097c210ae3da4c2ade30 (diff) |
gnu: gnome-shell-extension-dash-to-dock: Update to 99.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock):
Update to 99.
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages/gnome-xyz.scm')
-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 3836f32fe1..9a11aa0830 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -689,7 +689,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 "79") + (version "99") (source (origin (method git-fetch) (uri (git-reference @@ -698,7 +698,7 @@ behavior, system tray and input source indicator for IBus.") version)))) (sha256 (base32 - "0fsfhgpg8441x28jzhjspb9i9c5502c2fcgdvfggcsmz0sf3v95y")) + "0hjmqd2xd33chxq7b7753m87by7z2mvr5njvs5wvshhg70kwwmxj")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |