guix-commits
[Top][All Lists]
Advanced

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

13/35: gnu: thunar: Update to 4.18.3.


From: guix-commits
Subject: 13/35: gnu: thunar: Update to 4.18.3.
Date: Sat, 28 Jan 2023 21:50:00 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 30b462dc97931afe63fffcc4e019c5a308175046
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Dec 23 13:07:57 2022 +0100

    gnu: thunar: Update to 4.18.3.
    
    * gnu/packages/xfce.scm (thunar): Update to 4.18.3.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 d57e913fbc..a68b17cc22 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -718,7 +718,7 @@ like appearance, display, keyboard and mouse settings.")
 (define-public thunar
   (package
     (name "thunar")
-    (version "4.16.11")                           ;stable version = even minor
+    (version "4.18.3")                           ;stable version = even minor
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -726,7 +726,7 @@ like appearance, display, keyboard and mouse settings.")
                                   "thunar-" version ".tar.bz2"))
               (sha256
                (base32
-                "06wa58dy9z28j7l4a2l7j052sa3h6vfpvxd440cy7qz5na8dwzgl"))))
+                "15rjbr9gdiqzpvy97vz8s9hhr35zvl2kr4q6iwxq0gwza4wfl0pl"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config intltool))



reply via email to

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