guix-patches
[Top][All Lists]
Advanced

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

[bug#69823] [PATCH 03/15] gnu: thunar-archive-plugin: Update to 0.5.2.


From: iyzsong
Subject: [bug#69823] [PATCH 03/15] gnu: thunar-archive-plugin: Update to 0.5.2.
Date: Sat, 16 Mar 2024 11:47:25 +0800

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






reply via email to

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