diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-09-18 18:48:05 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-09-18 19:18:20 +0200 |
commit | 6cf9478d01570969fd999373c37c89ca314e17fa (patch) | |
tree | a6b7f94ef8aa6592b828b42e0c95ab7414ee0afc /gnu/packages/gnome-xyz.scm | |
parent | 26ea91f7972cc76ed5ecec6a84dcb35b4a5caba9 (diff) | |
download | guix-6cf9478d01570969fd999373c37c89ca314e17fa.tar guix-6cf9478d01570969fd999373c37c89ca314e17fa.tar.gz |
gnu: gnome-shell-extension-just-perfection: Update to 22.0.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-just-perfection): Update to 22.0.
Diffstat (limited to 'gnu/packages/gnome-xyz.scm')
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index b81e157c78..f01db1edf5 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -627,7 +627,7 @@ currently focused application in the top panel of the GNOME shell.") (define-public gnome-shell-extension-just-perfection (package (name "gnome-shell-extension-just-perfection") - (version "20.0") + (version "22.0") (source (origin (method git-fetch) (uri (git-reference @@ -636,7 +636,7 @@ currently focused application in the top panel of the GNOME shell.") (file-name (git-file-name name version)) (sha256 (base32 - "1b1hzibgryn861av2bjnfh5bmzs2bxfcsyl0ardkaj97228xsjzy")))) + "0r4rflppcp05kwhzmh07dzi7znc4kch4nc8mzw61arj3qsfq2qqj")))) (build-system copy-build-system) (arguments `(#:install-plan |