all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52224] [PATCH] gnu: gnome-shell-extension-customize-ibus: Update to 80
@ 2021-12-01 16:04 Hollow Man via Guix-patches via
  2021-12-02  2:34 ` Hollow Man via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hollow Man via Guix-patches via @ 2021-12-01 16:04 UTC (permalink / raw)
  To: 52224; +Cc: Hollow Man

[-- Attachment #1: Type: text/plain, Size: 1510 bytes --]

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-customize-ibus): Update to 80
---
 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 9d8ec1bdef..487cc7d53e 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -285,7 +285,7 @@ (define-public gnome-shell-extension-clipboard-indicator
 (define-public gnome-shell-extension-customize-ibus
   (package
     (name "gnome-shell-extension-customize-ibus")
-    (version "78")
+    (version "80")
     (source
      (origin
        (method git-fetch)
@@ -294,7 +294,7 @@ (define-public gnome-shell-extension-customize-ibus
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1hnnsjriq7xaakk8biwz55mn077lnm9nsmi4wz5zk7clgxmasvq9"))))
+        (base32 "1mp0n757pdrd9jc9wcyxd0qgdjd85rr5skdznfslxs4c6yfplnkd"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-- 
2.32.0

[-- Attachment #2: Type: text/html, Size: 1640 bytes --]

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

* [bug#52224] [PATCH] gnu: gnome-shell-extension-customize-ibus: Update to 80
  2021-12-01 16:04 [bug#52224] [PATCH] gnu: gnome-shell-extension-customize-ibus: Update to 80 Hollow Man via Guix-patches via
@ 2021-12-02  2:34 ` Hollow Man via Guix-patches via
  2022-03-09 17:44 ` Hollow Man
  2022-03-09 18:14 ` bug#52224: " guix-patches--- via
  2 siblings, 0 replies; 4+ messages in thread
From: Hollow Man via Guix-patches via @ 2021-12-02  2:34 UTC (permalink / raw)
  To: 52224; +Cc: Hollow Man

It looks like I didn't submit as the plain text message above, so here is a resubmission.
Sorry for any trouble caused.


* gnu/packages/gnome-xyz.scm (gnome-shell-extension-customize-ibus): Update to 80
---
 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 9d8ec1bdef..487cc7d53e 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -285,7 +285,7 @@ (define-public gnome-shell-extension-clipboard-indicator
 (define-public gnome-shell-extension-customize-ibus
   (package
     (name "gnome-shell-extension-customize-ibus")
-    (version "78")
+    (version "80")
     (source
      (origin
        (method git-fetch)
@@ -294,7 +294,7 @@ (define-public gnome-shell-extension-customize-ibus
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1hnnsjriq7xaakk8biwz55mn077lnm9nsmi4wz5zk7clgxmasvq9"))))
+        (base32 "1mp0n757pdrd9jc9wcyxd0qgdjd85rr5skdznfslxs4c6yfplnkd"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
--
2.32.0

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

* [bug#52224] [PATCH] gnu: gnome-shell-extension-customize-ibus: Update to 80
  2021-12-01 16:04 [bug#52224] [PATCH] gnu: gnome-shell-extension-customize-ibus: Update to 80 Hollow Man via Guix-patches via
  2021-12-02  2:34 ` Hollow Man via Guix-patches via
@ 2022-03-09 17:44 ` Hollow Man
  2022-03-09 18:14 ` bug#52224: " guix-patches--- via
  2 siblings, 0 replies; 4+ messages in thread
From: Hollow Man @ 2022-03-09 17:44 UTC (permalink / raw)
  To: 52224-done

Close the thread.




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

* bug#52224: [PATCH] gnu: gnome-shell-extension-customize-ibus: Update to 80
  2021-12-01 16:04 [bug#52224] [PATCH] gnu: gnome-shell-extension-customize-ibus: Update to 80 Hollow Man via Guix-patches via
  2021-12-02  2:34 ` Hollow Man via Guix-patches via
  2022-03-09 17:44 ` Hollow Man
@ 2022-03-09 18:14 ` guix-patches--- via
  2 siblings, 0 replies; 4+ messages in thread
From: guix-patches--- via @ 2022-03-09 18:14 UTC (permalink / raw)
  To: 52224-done@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 57 bytes --]

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

end of thread, other threads:[~2022-03-09 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 16:04 [bug#52224] [PATCH] gnu: gnome-shell-extension-customize-ibus: Update to 80 Hollow Man via Guix-patches via
2021-12-02  2:34 ` Hollow Man via Guix-patches via
2022-03-09 17:44 ` Hollow Man
2022-03-09 18:14 ` bug#52224: " guix-patches--- via

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.