diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-03-09 12:42:05 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-03-12 18:02:07 +0800 |
commit | ad5faf27750182acb8c66c02f359163bbf93c5ed (patch) | |
tree | b201e7512a6757ec84e0a717a42754ce9c29a745 /gnu/packages | |
parent | 80679b5c0551c8f4189c4e2285e1ef4fea415d73 (diff) | |
download | guix-ad5faf27750182acb8c66c02f359163bbf93c5ed.tar.gz guix-ad5faf27750182acb8c66c02f359163bbf93c5ed.zip |
gnu: thunar: Update to 4.18.10.
* gnu/packages/xfce.scm (thunar): Update to 4.18.10.
Change-Id: I170cfa24d0086d6c1d2707d4c5693f28678adf3e
Diffstat (limited to 'gnu/packages')
-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 b993496149..8ccf3a8fbe 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -727,7 +727,7 @@ like appearance, display, keyboard and mouse settings.") (define-public thunar (package (name "thunar") - (version "4.18.7") ;stable version = even minor + (version "4.18.10") ;stable version = even minor (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -735,7 +735,7 @@ like appearance, display, keyboard and mouse settings.") "thunar-" version ".tar.bz2")) (sha256 (base32 - "0shbbih2l6h3sda2221h7gsskv2lnchnmypk76cdgf51iafafxi2")))) + "020xrwzdnk5b7cli8vmv3yn7sfq6pg7bz57m4p0xh0ln2cgqlc78")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--with-custom-thunarx-dirs-enabled"))) |