all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Charles via Guix-patches via <guix-patches@gnu.org>
To: 55201@debbugs.gnu.org
Subject: [bug#55201] Update a Couple Gnome Shell Extensions
Date: Sat, 30 Apr 2022 22:11:09 +0000	[thread overview]
Message-ID: <yWIUOs7GAliZLyL2wgSbk0-mLUgMzYgwa0EZ4V4m7pbIbTqArX_OF4fDxknvXZ36xcnvP4dFIjlQGB4Dkw3ZZrTXG7tsVDIjptoT8-Un8uc=@proton.me> (raw)


[-- 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


             reply	other threads:[~2022-04-30 22:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-30 22:11 Charles via Guix-patches via [this message]
2022-05-08 21:48 ` bug#55201: Update a Couple Gnome Shell Extensions Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='yWIUOs7GAliZLyL2wgSbk0-mLUgMzYgwa0EZ4V4m7pbIbTqArX_OF4fDxknvXZ36xcnvP4dFIjlQGB4Dkw3ZZrTXG7tsVDIjptoT8-Un8uc=@proton.me' \
    --to=guix-patches@gnu.org \
    --cc=55201@debbugs.gnu.org \
    --cc=Charles.b.jackson@proton.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.