diff mbox series

[bug#60150] gnu: gnome-shell-extension-vertical-overview: Update to 10

Message ID VJueXSB2WIQC1bBF8d99UhGKBZPQYwn9kcnJfRRh8MrDv5zHoA_E7XafiYBzaaGhjSDMhnHtrDcUgg7kSvRyrxVIXJ8XCQ4SxE6rgOxuWTQ=@proton.me
State New
Headers show
Series [bug#60150] gnu: gnome-shell-extension-vertical-overview: Update to 10 | expand

Commit Message

Sughosha Dec. 17, 2022, 6:43 a.m. UTC
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-vertical-overview): Update to 10.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
libgit2 1.4.3

Comments

Liliana Marie Prikler Dec. 24, 2022, 6:33 a.m. UTC | #1
Am Samstag, dem 17.12.2022 um 06:43 +0000 schrieb Sughosha:
> * gnu/packages/gnome-xyz.scm (gnome-shell-extension-vertical-
> overview): Update to 10.
Pushed with a fixed title.

Cheers
diff mbox series

Patch

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 8be9c55..11f6f55 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -934,16 +934,16 @@  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)
        (uri (git-reference
              (url "https://github.com/RensAlthuis/vertical-overview")
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "0pkby00rjipj04z68d6i3rr7mzm01dckf2vl3iz6yvbl39602icl"))
+         "1sqkbg93qqrq47wyfnh2flg7dpsmv5c2pmkx8kgqhnbl7j2kgi0l"))
        (file-name (git-file-name name version))
        (snippet
         '(begin (delete-file "schemas/gschemas.compiled")))))