diff mbox series

[bug#54308] gnu: gnome-shell-extension-customize-ibus: Update to 82

Message ID 4166991646848117@sas1-e32b2bf1d4f2.qloud-c.yandex.net
State Accepted
Headers show
Series [bug#54308] gnu: gnome-shell-extension-customize-ibus: Update to 82 | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Hollow Man March 9, 2022, 5:48 p.m. UTC
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-customize-ibus): Update to 82
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


--
2.32.0

Comments

Mathieu Othacehe March 18, 2022, 9:49 a.m. UTC | #1
> * gnu/packages/gnome-xyz.scm (gnome-shell-extension-customize-ibus): Update to 82

Pushed, thanks.

Mathieu
Mathieu Othacehe March 18, 2022, 9:51 a.m. UTC | #2
I had troubles applying this patch:

--8<---------------cut here---------------start------------->8---
Applying: gnu: gnome-shell-extension-customize-ibus: Update to 82
Using index info to reconstruct a base tree...
M	gnu/packages/gnome-xyz.scm
Checking patch gnu/packages/gnome-xyz.scm...
error: while searching for:
(define-public gnome-shell-extension-customize-ibus
  (package
    (name "gnome-shell-extension-customize-ibus")
 (version "78")
    (source
     (origin
       (method git-fetch)

error: patch failed: gnu/packages/gnome-xyz.scm:285
error: while searching for:
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
 (base32 "1hnnsjriq7xaakk8biwz55mn077lnm9nsmi4wz5zk7clgxmasvq9"))))
    (build-system gnu-build-system)
    (arguments
     `(#:make-flags

error: patch failed: gnu/packages/gnome-xyz.scm:294
Applying patch gnu/packages/gnome-xyz.scm with 2 rejects...
Rejected hunk #1.
Rejected hunk #2.
error: Did you hand edit your patch?
It does not apply to blobs recorded in its index.
Patch failed at 0001 gnu: gnome-shell-extension-customize-ibus: Update to 82
--8<---------------cut here---------------end--------------->8---

and forget to reset the author while applying it, sorry about that.

Mathieu
diff mbox series

Patch

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 "82")
     (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 "18dap3vr002jjj3k4143v02973vas2hq327gj44qcmxs8lzryhqk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags