diff mbox series

[bug#55201] Update a Couple Gnome Shell Extensions

Message ID yWIUOs7GAliZLyL2wgSbk0-mLUgMzYgwa0EZ4V4m7pbIbTqArX_OF4fDxknvXZ36xcnvP4dFIjlQGB4Dkw3ZZrTXG7tsVDIjptoT8-Un8uc=@proton.me
State Accepted
Headers show
Series [bug#55201] Update a Couple Gnome Shell Extensions | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Charles April 30, 2022, 10:11 p.m. UTC
Empty Message

Comments

Ludovic Courtès May 8, 2022, 9:48 p.m. UTC | #1
Hi,

Charles <Charles.b.jackson@proton.me> skribis:

> From 4f6d05c376ee6253ce703747326ba3f3d1d95976 Mon Sep 17 00:00:00 2001
> From: Charles <charles.b.jackson@protonmail.com>
> Date: Sat, 30 Apr 2022 17:07:31 -0500
> Subject: [PATCH 1/2] gnu: gnome-yxz: Update
>  gnome-shell-extension-burn-my-windows to version 15
>
> * gnu/packages/gnome-xyz.scm (gnome-shell-extension-burn-my-windows): Update
> version and hash.

[...]

> From 5fb102d6d6e55640a969b6f60b759a09e5da62fb Mon Sep 17 00:00:00 2001
> From: Charles <charles.b.jackson@protonmail.com>
> Date: Sat, 30 Apr 2022 17:08:38 -0500
> Subject: [PATCH 2/2] gnu: gnome-yxz: Update
>  gnome-shell-extension-blur-my-shell to version 29
>
> * gnu/packages/gnome-xyz.scm (gnome-shell-extension-blur-my-shell): Update
> version and hash.

Applied both with cosmetic changes to the commit logs.

Thanks!

Ludo’.
diff mbox series

Patch

From 5fb102d6d6e55640a969b6f60b759a09e5da62fb Mon Sep 17 00:00:00 2001
From: Charles <charles.b.jackson@protonmail.com>
Date: Sat, 30 Apr 2022 17:08:38 -0500
Subject: [PATCH 2/2] gnu: gnome-yxz: Update
 gnome-shell-extension-blur-my-shell to version 29

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-blur-my-shell): Update
version and hash.
---
 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 facf43c0fe..e193c5b962 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -864,7 +864,7 @@  (define-public gnome-shell-extension-burn-my-windows
 (define-public gnome-shell-extension-blur-my-shell
   (package
     (name "gnome-shell-extension-blur-my-shell")
-    (version "27")
+    (version "29")
     (source
      (origin
        (method git-fetch)
@@ -874,7 +874,7 @@  (define-public gnome-shell-extension-blur-my-shell
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0l318lgc2zrp8fskabiv28knwp3b5i2y8bd3164da4pkf1jsl468"))
+         "13x7zgaj3dz7lypdv1bgmpmh0f2w53q567zxmhmqimi1gy5mjrvk"))
        (snippet
         '(begin (delete-file "src/schemas/gschemas.compiled")))))
     (build-system copy-build-system)
-- 
2.35.1