all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55201] Update a Couple Gnome Shell Extensions
@ 2022-04-30 22:11 Charles via Guix-patches via
  2022-05-08 21:48 ` bug#55201: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Charles via Guix-patches via @ 2022-04-30 22:11 UTC (permalink / raw)
  To: 55201


[-- Attachment #1.1: Type: text/plain, Size: 13 bytes --]

Empty Message

[-- Attachment #1.2: Type: text/html, Size: 24 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-gnome-yxz-Update-gnome-shell-extension-burn-my-w.patch --]
[-- Type: text/x-patch; name=0001-gnu-gnome-yxz-Update-gnome-shell-extension-burn-my-w.patch, Size: 1298 bytes --]

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.
---
 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 fb071cb89b..facf43c0fe 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -825,7 +825,7 @@ (define-public gnome-shell-extension-jiggle
 (define-public gnome-shell-extension-burn-my-windows
   (package
     (name "gnome-shell-extension-burn-my-windows")
-    (version "7")
+    (version "15")
     (source
      (origin
        (method git-fetch)
@@ -834,7 +834,7 @@ (define-public gnome-shell-extension-burn-my-windows
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "1513kh6dfvnaj5jq2mm7rv1k54v91hjckgim1dpqlxwnv4gi9krd"))
+         "1gabnqdk11n6345jzv9sc4yjmfrdgg0lsz6zc29gc5afzgirkhm5"))
        (file-name (git-file-name name version))))
     (build-system copy-build-system)
     (arguments
-- 
2.35.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0002-gnu-gnome-yxz-Update-gnome-shell-extension-blur-my-s.patch --]
[-- Type: text/x-patch; name=0002-gnu-gnome-yxz-Update-gnome-shell-extension-blur-my-s.patch, Size: 1311 bytes --]

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55201: Update a Couple Gnome Shell Extensions
  2022-04-30 22:11 [bug#55201] Update a Couple Gnome Shell Extensions Charles via Guix-patches via
@ 2022-05-08 21:48 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-08 21:48 UTC (permalink / raw)
  To: Charles; +Cc: 55201-done

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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-08 21:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-30 22:11 [bug#55201] Update a Couple Gnome Shell Extensions Charles via Guix-patches via
2022-05-08 21:48 ` bug#55201: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.