guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/03: gnu: thunar: Update to 4.16.7.
Date: Fri, 7 May 2021 12:05:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8f36967e0ef34e73ae2d0a9975fd89d9f240c7ba
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri May 7 15:45:17 2021 +0200

    gnu: thunar: Update to 4.16.7.
    
    * gnu/packages/xfce.scm (thunar): Update to 4.16.7.
---
 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 0147c48..9caf78d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -772,7 +772,7 @@ like appearance, display, keyboard and mouse settings.")
 (define-public thunar
   (package
     (name "thunar")
-    (version "4.16.6")
+    (version "4.16.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -780,7 +780,7 @@ like appearance, display, keyboard and mouse settings.")
                                   "thunar-" version ".tar.bz2"))
               (sha256
                (base32
-                "1dq238m2bh938gpb058cr2xmhy6f3qkyyya9l0ya95kiwqzislyb"))))
+                "0qlgy25wgmrddiac3sq61di2rmys1pqgyjg0r3d6rmpw51kxsvgv"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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