guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: thunar: Update to 1.8.14.


From: guix-commits
Subject: 01/08: gnu: thunar: Update to 1.8.14.
Date: Fri, 10 Apr 2020 22:18:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 515ca4794b26d48901611e46f0e7c6c5ee3b64d7
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Apr 11 00:06:57 2020 +0200

    gnu: thunar: Update to 1.8.14.
    
    * gnu/packages/xfce.scm (thunar): Update to 1.8.14.
---
 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 ae2f0f2..4b88e97 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -647,7 +647,7 @@ like appearance, display, keyboard and mouse settings.")
 (define-public thunar
   (package
     (name "thunar")
-    (version "1.8.12")
+    (version "1.8.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -655,7 +655,7 @@ like appearance, display, keyboard and mouse settings.")
                                   "thunar-" version ".tar.bz2"))
               (sha256
                (base32
-                "1y1548jrx93c9v8ks60mkd9sx5xl69fmwh1pbr9gsnqz1gp5na99"))))
+                "17r1z8cyp709lz38w7b5vqi1zbgm2i3sqvdvicsbvma2b0gppica"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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