lilyp pushed a commit to branch gnome-team
in repository guix.

commit 9bb405b9629f9b16999bb9e777602fcc686ebbd9
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Dec 7 13:15:59 2024 +0100

    gnu: gnome-shell-extension-radio: Update to 22.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-radio): Update to 22.
    
    Reviewed-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 0e3c99390c..bb000eb48e 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1199,7 +1199,7 @@ GNOME Shell, including the top panel, dash and overview.")
 (define-public gnome-shell-extension-radio
   (package
     (name "gnome-shell-extension-radio")
-    (version "21")
+    (version "22")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1209,7 +1209,7 @@ GNOME Shell, including the top panel, dash and overview.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ghk95q3lhliz3his58hh2ql4p9csh6llzip412vwf29zdkr58s2"))))
+                "1f1cjch60yv39lsngj9xrlyzc4f1gcaydm5xc5kc0rqi48f83d1f"))))
     (build-system copy-build-system)
     (arguments
      (list

Reply via email to