guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: gnome-shell-extension-unite-shell: Update to 69.


From: guix-commits
Subject: 01/03: gnu: gnome-shell-extension-unite-shell: Update to 69.
Date: Sat, 24 Dec 2022 01:31:07 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 528c79e7ac3d9e05c92af6c9fed12fe357162b27
Author: Sughosha <Sughosha@proton.me>
AuthorDate: Sat Dec 17 06:31:58 2022 +0000

    gnu: gnome-shell-extension-unite-shell: Update to 69.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): Update to 
69.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/gnome-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 8be9c55000..f825d2055c 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -361,16 +361,16 @@ copy, move, delete, or edit your files.")
 (define-public gnome-shell-extension-unite-shell
   (package
     (name "gnome-shell-extension-unite-shell")
-    (version "65")
+    (version "69")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/hardpixel/unite-shell";)
-                    (commit "127edac6396b89cdedec003bdff38820e6a0f91f")))
+                    (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1lzhf7hlvzg62nxjfpv265315qibcjz5dv08dzpfckf2dx68nab4"))))
+                "10yh6ylyp43ykcza180iak08wfypay3raqf3p0vrj9ngm98qzq70"))))
     (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]