guix-patches
[Top][All Lists]
Advanced

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

[bug#68556] [PATCH gnome-team v2 05/23] gnu: gnome-shell-extension-unite


From: Vivien Kraus
Subject: [bug#68556] [PATCH gnome-team v2 05/23] gnu: gnome-shell-extension-unite-shell: Update to 72.
Date: Tue, 16 Jan 2024 22:35:39 +0100
User-agent: Evolution 3.48.4

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): Update to 72.

Change-Id: Ie91c004cb0ab3f81d8ad7c4a15bb357d939d8508
---
 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 1d204e9b6a..d926bb7857 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -541,7 +541,7 @@ (define-public portfolio
 (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 @@ (define-public gnome-shell-extension-unite-shell
               (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))
-- 
2.41.0





reply via email to

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