all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Rohleder <mike@rohleder.de>
To: 60271@debbugs.gnu.org
Cc: Michael Rohleder <mike@rohleder.de>
Subject: [bug#60271] [PATCH] gnu: xfce4-appfinder: Update to 4.18.0.
Date: Fri, 23 Dec 2022 13:07:54 +0100	[thread overview]
Message-ID: <20221223120802.26210-8-mike@rohleder.de> (raw)
In-Reply-To: <20221223120802.26210-1-mike@rohleder.de>

* gnu/packages/xfce.scm (xfce4-appfinder): Update to 4.18.0.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 2481f4c791..e81c70e43e 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -598,7 +598,7 @@ (define-public xfce4-xkb-plugin
 (define-public xfce4-appfinder
   (package
     (name "xfce4-appfinder")
-    (version "4.16.1")
+    (version "4.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -607,7 +607,7 @@ (define-public xfce4-appfinder
                                   "/" name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1v77h5634n49idci2jiw0k7jjk0vzpsvgyx2fkp18l39jayykqxz"))))
+                "136137w2xc78jq0xcbymjwdxapllwyy7h3ydshz0gli7ngbrhaln"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config intltool))
-- 
2.38.1





  parent reply	other threads:[~2022-12-23 12:13 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-23 12:04 [bug#60271] [PATCH] gnu: Update xfce to 4.18 Michael Rohleder
2022-12-23 12:07 ` [bug#60271] [PATCH] gnu: libxfce4util: Update to 4.18.0 Michael Rohleder
2022-12-23 12:07   ` [bug#60271] [PATCH] gnu: xfconf: " Michael Rohleder
2022-12-23 12:07   ` [bug#60271] [PATCH] gnu: libxfce4ui: " Michael Rohleder
2022-12-23 12:07   ` [bug#60271] [PATCH] gnu: exo: " Michael Rohleder
2022-12-23 12:07   ` [bug#60271] [PATCH] gnu: tumbler: " Michael Rohleder
2022-12-23 12:07   ` [bug#60271] [PATCH] gnu: garcon: " Michael Rohleder
2022-12-23 12:07   ` [bug#60271] [PATCH] gnu: xfce4-panel: " Michael Rohleder
2022-12-23 12:07   ` Michael Rohleder [this message]
2022-12-23 12:07   ` [bug#60271] [PATCH] gnu: xfce4-session: " Michael Rohleder
2022-12-23 12:07   ` [bug#60271] [PATCH] gnu: xfce4-settings: Update to 4.18.1 Michael Rohleder
2022-12-23 12:07   ` [bug#60271] [PATCH] gnu: thunar: " Michael Rohleder
2022-12-23 12:07   ` [bug#60271] [PATCH] gnu: thunar-volman: Update to 4.18.0 Michael Rohleder
2022-12-23 12:07   ` [bug#60271] [PATCH] gnu: xfwm4: " Michael Rohleder
2022-12-23 12:08   ` [bug#60271] [PATCH] gnu: xfdesktop: " Michael Rohleder
2022-12-23 12:08   ` [bug#60271] [PATCH] gnu: xfce4-power-manager: " Michael Rohleder
2022-12-23 12:08   ` [bug#60271] [PATCH] gnu: xfce4-dev-tools: " Michael Rohleder
2022-12-23 18:12 ` [bug#60271] [PATCH] gnu: Update xfce to 4.18 Kaelyn via Guix-patches via
2022-12-25 23:40 ` Feng Shu
2022-12-26 16:08   ` Michael Rohleder
2022-12-26 19:26     ` [bug#60271] " tumashu
2022-12-26 22:04     ` Feng Shu
2022-12-27 10:11       ` Michael Rohleder
2022-12-27 10:40         ` [bug#60271] " tumashu
2022-12-31  6:56 ` Feng Shu
2022-12-31 14:29   ` Michael Rohleder
2022-12-31 22:37     ` Feng Shu
2023-01-28  9:04       ` 宋文武 via Guix-patches via
2023-01-28  9:50         ` Feng Shu
2023-01-28 10:09         ` Michael Rohleder
2023-01-29  3:08         ` bug#61132: xfce 4.18 issues: gsettings, icons missing, and logout need long time 宋文武 via Bug reports for GNU Guix
2023-01-30 13:19           ` [bug#60271] " Feng Shu
2023-08-01 11:57             ` bug#61132: " 宋文武 via Bug reports for GNU Guix
2023-01-19 20:40 ` [bug#60271] [PATCH] gnu: Update xfce to 4.18 Kaelyn via Guix-patches via
2023-01-28 11:49 ` [bug#60271] [PATCH 1/4] gnu: thunar-shares-plugin: Update to 0.3.2 tumashu

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=20221223120802.26210-8-mike@rohleder.de \
    --to=mike@rohleder.de \
    --cc=60271@debbugs.gnu.org \
    /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.