guix-commits
[Top][All Lists]
Advanced

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

18/30: gnu: thunar-archive-plugin: Update to 0.5.2.


From: guix-commits
Subject: 18/30: gnu: thunar-archive-plugin: Update to 0.5.2.
Date: Tue, 19 Mar 2024 07:12:08 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 963b3832e1fbca8a144f1713e2ac9ca1dd1bd90e
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Mar 16 11:47:25 2024 +0800

    gnu: thunar-archive-plugin: Update to 0.5.2.
    
    * 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 @@ and import the new pictures from your camera.")
 (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 @@ and import the new pictures from your camera.")
                            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+))



reply via email to

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