guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: thunar: Update to 4.16.8.


From: guix-commits
Subject: 01/02: gnu: thunar: Update to 4.16.8.
Date: Sun, 9 May 2021 10:05:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a4b4331de00961494834e8c0fb6a958d2bf0ba91
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sun May 9 14:25:25 2021 +0200

    gnu: thunar: Update to 4.16.8.
    
    * gnu/packages/xfce.scm (thunar): Update to 4.16.8.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 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 704e50e..634b6b0 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -780,7 +780,7 @@ like appearance, display, keyboard and mouse settings.")
 (define-public thunar
   (package
     (name "thunar")
-    (version "4.16.7")
+    (version "4.16.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -788,7 +788,7 @@ like appearance, display, keyboard and mouse settings.")
                                   "thunar-" version ".tar.bz2"))
               (sha256
                (base32
-                "0qlgy25wgmrddiac3sq61di2rmys1pqgyjg0r3d6rmpw51kxsvgv"))))
+                "159ircj0mahx54fqsr3l3ynk690zlpc6ar5pnyhhpk90s8la5303"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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