[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: gnome-shell-extension-customize-ibus: Update
From: |
guix-commits |
Subject: |
branch master updated: gnu: gnome-shell-extension-customize-ibus: Update to 82. |
Date: |
Fri, 18 Mar 2022 05:49:52 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a03936a223 gnu: gnome-shell-extension-customize-ibus: Update to 82.
a03936a223 is described below
commit a03936a2231aec35654586a6685f31cd62d728d9
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Mar 18 10:46:06 2022 +0100
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: gnome-shell-extension-customize-ibus: Update to 82.,
guix-commits <=