diff options
author | 宋文武 <[email protected]> | 2025-01-01 17:42:56 +0800 |
---|---|---|
committer | 宋文武 <[email protected]> | 2025-01-05 13:30:05 +0800 |
commit | a6e6973b1edbf402d5b881347575b750e7850030 (patch) | |
tree | 40046832f47b824b5f68300db02277180c462d13 /gnu | |
parent | 66df3296c4a8012c745c792cd95edfe2aad81031 (diff) |
gnu: thunar: Update to 4.20.1.
* gnu/packages/xfce.scm (thunar): Update to 4.20.1.
Change-Id: I7f9ca28ed8d2c6731d3974330c411c5083102666
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 2f6041cc9b..db41c5140e 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -783,7 +783,7 @@ like appearance, display, keyboard and mouse settings.") (define-public thunar (package (name "thunar") - (version "4.20.0") ;stable version = even minor + (version "4.20.1") ;stable version = even minor (source (origin (method git-fetch) @@ -792,7 +792,7 @@ like appearance, display, keyboard and mouse settings.") (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "078jiydbqa7m86bls224cnqh876lbn5s5vnp345443q5xcayhajc")))) + (base32 "16pjl2xzaqzzl316bpp6s9fqrz7xfl818ixxl8nq2zpw8fvgv37q")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags '("--enable-maintainer-mode" ;for thunar-marshal.c |