From a03936a2231aec35654586a6685f31cd62d728d9 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Fri, 18 Mar 2022 10:46:06 +0100 Subject: gnu: gnome-shell-extension-customize-ibus: Update to 82. * 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(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index ed0d0ac4c7..adbadfb313 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -291,7 +291,7 @@ that caches clipboard history.") (define-public gnome-shell-extension-customize-ibus (package (name "gnome-shell-extension-customize-ibus") - (version "78") + (version "82") (source (origin (method git-fetch) @@ -300,7 +300,7 @@ that caches clipboard history.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1hnnsjriq7xaakk8biwz55mn077lnm9nsmi4wz5zk7clgxmasvq9")))) + (base32 "00brnyahphl4ql9yh74wpb9kmzyb4b5k4rkw40hvxvqw4qwgs24r")))) (build-system gnu-build-system) (arguments `(#:make-flags -- cgit v1.2.3