mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: gnome-shell-extension-customize-ibus: Update to 82.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-customize-ibus): Update to 82.
This commit is contained in:
parent
ba15abc008
commit
a03936a223
1 changed files with 2 additions and 2 deletions
|
@ -291,7 +291,7 @@ (define-public gnome-shell-extension-clipboard-indicator
|
||||||
(define-public gnome-shell-extension-customize-ibus
|
(define-public gnome-shell-extension-customize-ibus
|
||||||
(package
|
(package
|
||||||
(name "gnome-shell-extension-customize-ibus")
|
(name "gnome-shell-extension-customize-ibus")
|
||||||
(version "78")
|
(version "82")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -300,7 +300,7 @@ (define-public gnome-shell-extension-customize-ibus
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hnnsjriq7xaakk8biwz55mn077lnm9nsmi4wz5zk7clgxmasvq9"))))
|
(base32 "00brnyahphl4ql9yh74wpb9kmzyb4b5k4rkw40hvxvqw4qwgs24r"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Loading…
Reference in a new issue