all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 60149@debbugs.gnu.org
Subject: [bug#60149] [PATCH] gnu: gnome-shell-extension-unite-shell: Update to 69
Date: Sat, 17 Dec 2022 06:31:58 +0000	[thread overview]
Message-ID: <LmyXWGlAxcmUhcZjdKddgt89CXWkfNb5-ZtlN5hdBPRP2cZmQ3ocNJtzm6UbyksGDKMILYtXYCA4BT6qtWcFiOad5-Zr6ZKho1yacjUwBdk=@proton.me> (raw)

* 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





             reply	other threads:[~2022-12-17  6:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-17  6:31 Sughosha via Guix-patches via [this message]
2022-12-24  6:34 ` bug#60149: [PATCH] gnu: gnome-shell-extension-unite-shell: Update to 69 Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='LmyXWGlAxcmUhcZjdKddgt89CXWkfNb5-ZtlN5hdBPRP2cZmQ3ocNJtzm6UbyksGDKMILYtXYCA4BT6qtWcFiOad5-Zr6ZKho1yacjUwBdk=@proton.me' \
    --to=guix-patches@gnu.org \
    --cc=60149@debbugs.gnu.org \
    --cc=Sughosha@proton.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.