gnu: gnome-shell-extension-unite-shell: Update to 72.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): Update to 72. Change-Id: Ie91c004cb0ab3f81d8ad7c4a15bb357d939d8508 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>master
parent
369b5274d9
commit
a9afe8f046
|
@ -541,7 +541,7 @@ copy, move, delete, or edit your files.")
|
||||||
(define-public gnome-shell-extension-unite-shell
|
(define-public gnome-shell-extension-unite-shell
|
||||||
(package
|
(package
|
||||||
(name "gnome-shell-extension-unite-shell")
|
(name "gnome-shell-extension-unite-shell")
|
||||||
(version "69")
|
(version "72") ;Listed as compatible on extensions.gnome.org
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -550,7 +550,7 @@ copy, move, delete, or edit your files.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10yh6ylyp43ykcza180iak08wfypay3raqf3p0vrj9ngm98qzq70"))))
|
"006m54ribfbqij0p3zzglzqjw1rbvw0f9468j7p6zdaf43vdvhgc"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(native-inputs (list `(,glib "bin") gettext-minimal))
|
(native-inputs (list `(,glib "bin") gettext-minimal))
|
||||||
(inputs (list xprop))
|
(inputs (list xprop))
|
||||||
|
|
Reference in New Issue