guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: thunar: Revert to 4.16.8 (from 4.17.x development series).


From: guix-commits
Subject: 02/06: gnu: thunar: Revert to 4.16.8 (from 4.17.x development series).
Date: Thu, 16 Sep 2021 16:47:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4fc3fb9f82eff25a42e7d63305ee153f4afc112d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Sep 16 22:28:54 2021 +0200

    gnu: thunar: Revert to 4.16.8 (from 4.17.x development series).
    
    Partly reverts 39cee0f817091fdb482c7a5d518bfaa7bde554d3.
    Reported by Michael Rohleder <mike@rohleder.de>.
    
    * gnu/packages/xfce.scm (thunar): Revert to 4.16.8.
---
 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 b40c5ce..7e62fab 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -782,7 +782,7 @@ like appearance, display, keyboard and mouse settings.")
 (define-public thunar
   (package
     (name "thunar")
-    (version "4.17.1")
+    (version "4.16.8")                            ;stable version = even minor
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
@@ -790,7 +790,7 @@ like appearance, display, keyboard and mouse settings.")
                                   "thunar-" version ".tar.bz2"))
               (sha256
                (base32
-                "0w957z22asd7dgchib99013csr628pvakagsqg38w6zhsmb9dy9k"))))
+                "159ircj0mahx54fqsr3l3ynk690zlpc6ar5pnyhhpk90s8la5303"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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