[PATCH] gnu: gnome-shell-extension-vertical-overview: Update to 10

  • Done
  • quality assurance status badge
Details
2 participants
  • Sughosha
  • Liliana Marie Prikler
Owner
unassigned
Submitted by
Sughosha
Severity
normal
S
S
Sughosha wrote on 17 Dec 2022 07:43
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
VJueXSB2WIQC1bBF8d99UhGKBZPQYwn9kcnJfRRh8MrDv5zHoA_E7XafiYBzaaGhjSDMhnHtrDcUgg7kSvRyrxVIXJ8XCQ4SxE6rgOxuWTQ=@proton.me
* 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(-)

Toggle diff (23 lines)
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")))))
--
libgit2 1.4.3
L
L
Liliana Marie Prikler wrote on 24 Dec 2022 07:33
3c6514a2e58d5c69fe7cca01cbbdc00af9e4ee66.camel@gmail.com
Am Samstag, dem 17.12.2022 um 06:43 +0000 schrieb Sughosha:
Toggle quote (2 lines)
> * gnu/packages/gnome-xyz.scm (gnome-shell-extension-vertical-
> overview): Update to 10.
Pushed with a fixed title.

Cheers
Closed
?