unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: iyzsong--- via Guix-patches via <guix-patches@gnu.org>
To: 69823@debbugs.gnu.org
Cc: 宋文武 <iyzsong@member.fsf.org>, "Zhu Zihao" <all_but_last@163.com>,
	宋文武 <iyzsong@envs.net>
Subject: [bug#69823] [PATCH 03/15] gnu: thunar-archive-plugin: Update to 0.5.2.
Date: Sat, 16 Mar 2024 11:47:25 +0800	[thread overview]
Message-ID: <887a8f5c146693326b21196d2649d51ace9548d2.1710560705.git.iyzsong@member.fsf.org> (raw)
In-Reply-To: <cover.1710560705.git.iyzsong@member.fsf.org>

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (thunar-archive-plugin): Update to 0.5.2.

Change-Id: I7a4983605ecfbd5d450ac1914a312a90c959ff82
---
 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 8e6c358ed8..8e938e0617 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -793,7 +793,7 @@ (define-public thunar-volman
 (define-public thunar-archive-plugin
   (package
     (name "thunar-archive-plugin")
-    (version "0.5.1")
+    (version "0.5.2")
     (source
      (origin
        (method url-fetch)
@@ -801,7 +801,7 @@ (define-public thunar-archive-plugin
                            name "/" (version-major+minor version)
                            "/" name "-" version ".tar.bz2"))
        (sha256
-        (base32 "1vcbbmh2vw43231c7vbkwc35pmhj7ixb65fvssrwfxydsfqkl6x8"))))
+        (base32 "1qxdsnwjy8z358yd0avi1h2r6y1izfv26dzlp5fsh3pwpivzhyb3"))))
     (build-system gnu-build-system)
     (native-inputs (list pkg-config intltool))
     (inputs (list exo thunar gtk+))
-- 
2.41.0





  parent reply	other threads:[~2024-03-16  3:48 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-16  3:46 [bug#69823] [PATCH 00/15] Xfce updates iyzsong--- via Guix-patches via
2024-03-16  3:47 ` [bug#69823] [PATCH 01/15] gnu: xfce4-clipman-plugin: Update to 1.6.6 iyzsong--- via Guix-patches via
2024-03-16  3:47 ` [bug#69823] [PATCH 02/15] gnu: xfce4-pulseaudio-plugin: Update to 0.4.8 iyzsong--- via Guix-patches via
2024-03-16  3:47 ` iyzsong--- via Guix-patches via [this message]
2024-03-16  3:47 ` [bug#69823] [PATCH 04/15] gnu: thunar-media-tags-plugin: Update to 0.4.0 iyzsong--- via Guix-patches via
2024-03-16  3:47 ` [bug#69823] [PATCH 05/15] gnu: gigolo: Update to 0.5.3 iyzsong--- via Guix-patches via
2024-03-16  3:47 ` [bug#69823] [PATCH 06/15] gnu: xfce4-dict: Update to 0.8.6 iyzsong--- via Guix-patches via
2024-03-16  3:47 ` [bug#69823] [PATCH 07/15] gnu: ristretto: Update to 0.13.2 iyzsong--- via Guix-patches via
2024-03-16  3:47 ` [bug#69823] [PATCH 08/15] gnu: xfce4-taskmanager: Update to 1.5.7 iyzsong--- via Guix-patches via
2024-03-16  3:47 ` [bug#69823] [PATCH 09/15] gnu: xfce4-notifyd: Update to 0.9.4 iyzsong--- via Guix-patches via
2024-03-16  3:47 ` [bug#69823] [PATCH 10/15] gnu: mousepad: Update to 0.6.2 iyzsong--- via Guix-patches via
2024-03-16  3:47 ` [bug#69823] [PATCH 11/15] gnu: xfce4-screenshooter: Update to 1.10.5 iyzsong--- via Guix-patches via
2024-03-16  3:47 ` [bug#69823] [PATCH 12/15] gnu: xfce4-screensaver: Update to 4.18.3 iyzsong--- via Guix-patches via
2024-03-16  3:47 ` [bug#69823] [PATCH 13/15] gnu: xfce4-cpugraph-plugin: Update to 1.2.10 iyzsong--- via Guix-patches via
2024-03-16  3:47 ` [bug#69823] [PATCH 14/15] gnu: xfce4-genmon-plugin: Update to 4.2.0 iyzsong--- via Guix-patches via
2024-03-16  3:47 ` [bug#69823] [PATCH 15/15] gnu: xfce4-weather-plugin: Update to 0.11.2 iyzsong--- via Guix-patches via
2024-03-19 11:14 ` bug#69823: [PATCH 00/15] Xfce updates 宋文武 via Guix-patches via

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=887a8f5c146693326b21196d2649d51ace9548d2.1710560705.git.iyzsong@member.fsf.org \
    --to=guix-patches@gnu.org \
    --cc=69823@debbugs.gnu.org \
    --cc=all_but_last@163.com \
    --cc=iyzsong@envs.net \
    --cc=iyzsong@member.fsf.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).