diff options
author | Charles <charles.b.jackson@protonmail.com> | 2022-04-30 17:08:38 -0500 |
---|---|---|
committer | Guix Patches Tester <> | 2022-04-30 23:53:25 +0100 |
commit | 785063060b904baed22a72f13b4a45aa544171b4 (patch) | |
tree | 4e753ddeb266e6603c75908228f0732c36c2cf56 | |
parent | 0a64b629ae8512790d532158a72a4a25698e8157 (diff) | |
download | guix-patches-785063060b904baed22a72f13b4a45aa544171b4.tar guix-patches-785063060b904baed22a72f13b4a45aa544171b4.tar.gz |
gnu: gnome-yxz: Update gnome-shell-extension-blur-my-shell to version 29
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-blur-my-shell): Update
version and hash.
-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 fb071cb89b..ffd8c056aa 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -864,7 +864,7 @@ animation of closing windowed applications.") (define-public gnome-shell-extension-blur-my-shell (package (name "gnome-shell-extension-blur-my-shell") - (version "27") + (version "29") (source (origin (method git-fetch) @@ -874,7 +874,7 @@ animation of closing windowed applications.") (file-name (git-file-name name version)) (sha256 (base32 - "0l318lgc2zrp8fskabiv28knwp3b5i2y8bd3164da4pkf1jsl468")) + "13x7zgaj3dz7lypdv1bgmpmh0f2w53q567zxmhmqimi1gy5mjrvk")) (snippet '(begin (delete-file "src/schemas/gschemas.compiled"))))) (build-system copy-build-system) |