diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2024-01-17 23:19:27 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-01-20 00:38:12 +0100 |
commit | 1d45b532441b559404415ee793d57af3e3a809a4 (patch) | |
tree | 39a6937d36e752515868aa1ad74f80001396bd2b | |
parent | 839388b0333ec5d70b1ef08c9c5d4753084f365a (diff) | |
download | guix-1d45b532441b559404415ee793d57af3e3a809a4.tar.gz guix-1d45b532441b559404415ee793d57af3e3a809a4.zip |
gnu: gnome-shell-extension-radio: Update to 21.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-radio): Update to 21.
Change-Id: I11aab4c80c96d1237112bb9a089763bd3c331d1a
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
-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 f221da2c98..da2537a6e8 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1262,7 +1262,7 @@ GNOME Shell, including the top panel, dash and overview.") (define-public gnome-shell-extension-radio (package (name "gnome-shell-extension-radio") - (version "20") + (version "21") (source (origin (method git-fetch) (uri (git-reference @@ -1272,7 +1272,7 @@ GNOME Shell, including the top panel, dash and overview.") (file-name (git-file-name name version)) (sha256 (base32 - "01dmziad9g7bs3hr59aaz3mivkc6rqfyb9bz2v202zk22vcr5a2y")))) + "1ghk95q3lhliz3his58hh2ql4p9csh6llzip412vwf29zdkr58s2")))) (build-system copy-build-system) (arguments (list |