guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: thunar: Update to 1.8.10.


From: guix-commits
Subject: 02/03: gnu: thunar: Update to 1.8.10.
Date: Mon, 11 Nov 2019 00:46:56 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8ed3cc82f8b3123d5b5c349227d97ece3d19f0bb
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Nov 11 06:32:53 2019 +0100

    gnu: thunar: Update to 1.8.10.
    
    * gnu/packages/xfce.scm (thunar): Update to 1.8.10.
---
 gnu/packages/xfce.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 8250e46..771b795 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -645,15 +645,15 @@ like appearance, display, keyboard and mouse settings.")
 (define-public thunar
   (package
     (name "thunar")
-    (version "1.8.9")
+    (version "1.8.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://archive.xfce.org/src/xfce/";
                                   "thunar/" (version-major+minor version) "/"
-                                  "Thunar-" version ".tar.bz2"))
+                                  "thunar-" version ".tar.bz2"))
               (sha256
                (base32
-                "1fah2d7v3a7fp28xa5wv896rap1iad9q9y04qchca09mq1x8wxbs"))))
+                "02g72bpbb8dkwspay9qii8bi99l87jn39gz6bamgp7p4q20qsi1x"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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