emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#60149: closed ([PATCH] gnu: gnome-shell-extension-unite-shell: Updat


From: GNU bug Tracking System
Subject: bug#60149: closed ([PATCH] gnu: gnome-shell-extension-unite-shell: Update to 69)
Date: Sat, 24 Dec 2022 06:35:02 +0000

Your message dated Sat, 24 Dec 2022 07:34:37 +0100
with message-id <9de7168140201700ec9a4aac36371ef045a95fbe.camel@gmail.com>
and subject line Re: [PATCH] gnu: gnome-shell-extension-unite-shell: Update to 
69
has caused the debbugs.gnu.org bug report #60149,
regarding [PATCH] gnu: gnome-shell-extension-unite-shell: Update to 69
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60149: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60149
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: gnome-shell-extension-unite-shell: Update to 69 Date: Sat, 17 Dec 2022 06:31:58 +0000
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): Update to 69.
---
 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 8be9c55..f825d20 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))
--
libgit2 1.4.3




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: gnome-shell-extension-unite-shell: Update to 69 Date: Sat, 24 Dec 2022 07:34:37 +0100 User-agent: Evolution 3.46.0
Am Samstag, dem 17.12.2022 um 06:31 +0000 schrieb Sughosha:
> * gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell):
> Update to 69.
Pushed with a fixed title.

Cheers


--- End Message ---

reply via email to

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