diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-01 13:16:28 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-04-09 13:10:06 +0800 |
commit | e426768b77a795a0fb8465411ab3bd6cfdfc3f3c (patch) | |
tree | d810e1340260cf300f6bea981a8cf140f122eaab | |
parent | aec2029817b5639cba6def8c220279cfb1b03b17 (diff) |
gnu: thunar-archive-plugin: Update to 0.5.1.
* gnu/packages/xfce.scm (thunar-archive-plugin): Update to 0.5.1.
-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 f78c1874cc..5939753296 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -791,7 +791,7 @@ and import the new pictures from your camera.") (define-public thunar-archive-plugin (package (name "thunar-archive-plugin") - (version "0.5.0") + (version "0.5.1") (source (origin (method url-fetch) @@ -799,7 +799,7 @@ and import the new pictures from your camera.") name "/" (version-major+minor version) "/" name "-" version ".tar.bz2")) (sha256 - (base32 "1ykg6qj65l5wywpbiiabidjxzvrhv6q4v63jxb6mlai8b2iqijlf")))) + (base32 "1vcbbmh2vw43231c7vbkwc35pmhj7ixb65fvssrwfxydsfqkl6x8")))) (build-system gnu-build-system) (native-inputs (list pkg-config intltool)) (inputs (list exo thunar gtk+)) |