lilyp pushed a commit to branch master
in repository guix.
commit 8ebb5b64fda69d79b9acf9874782637da7bb67c6
Author: Sughosha <[email protected]>
AuthorDate: Sat Dec 17 06:43:13 2022 +0000
gnu: gnome-shell-extension-vertical-overview: Update to 10.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-vertical-overview):
Update to 10.
Signed-off-by: Liliana Marie Prikler <[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 f825d2055c..04b9ea2fe1 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -934,7 +934,7 @@ copies you now want to paste.")
(define-public gnome-shell-extension-vertical-overview
(package
(name "gnome-shell-extension-vertical-overview")
- (version "9")
+ (version "10")
(source
(origin
(method git-fetch)
@@ -943,7 +943,7 @@ copies you now want to paste.")
(commit (string-append "v" version))))
(sha256
(base32
- "0pkby00rjipj04z68d6i3rr7mzm01dckf2vl3iz6yvbl39602icl"))
+ "1sqkbg93qqrq47wyfnh2flg7dpsmv5c2pmkx8kgqhnbl7j2kgi0l"))
(file-name (git-file-name name version))
(snippet
'(begin (delete-file "schemas/gschemas.compiled")))))