guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/15: gnu: gnome-shell-extension-unite-shell: Update to 72.


From: guix-commits
Subject: 03/15: gnu: gnome-shell-extension-unite-shell: Update to 72.
Date: Fri, 19 Jan 2024 18:39:29 -0500 (EST)

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

commit a9afe8f0464c954a36531071e5f0d97a96089445
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Tue Jan 16 22:35:39 2024 +0100

    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>
---
 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 d8be063846..473167d07e 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -541,7 +541,7 @@ copy, move, delete, or edit your files.")
 (define-public gnome-shell-extension-unite-shell
   (package
     (name "gnome-shell-extension-unite-shell")
-    (version "69")
+    (version "72") ;Listed as compatible on extensions.gnome.org
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -550,7 +550,7 @@ copy, move, delete, or edit your files.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10yh6ylyp43ykcza180iak08wfypay3raqf3p0vrj9ngm98qzq70"))))
+                "006m54ribfbqij0p3zzglzqjw1rbvw0f9468j7p6zdaf43vdvhgc"))))
     (build-system copy-build-system)
     (native-inputs (list `(,glib "bin") gettext-minimal))
     (inputs (list xprop))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]