diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-12-30 12:28:38 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 09:42:07 +0800 |
| commit | ffdb2dbc514f6ac0101196656bc98dc538aff98a (patch) | |
| tree | 7be0ba388853d484d9962ab717a1f6698d6f7a93 | |
| parent | 385eee16133eb76852a982882f64a4f42351729b (diff) | |
gnu: thunar-archive-plugin: Update to 0.6.0.
* gnu/packages/xfce.scm (thunar-archive-plugin): Update to 0.6.0.
Change-Id: I95949ef077b7dc5e916edf6a88fce627cdec2d07
| -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 c443598ed2..e35c0b5199 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -900,7 +900,7 @@ and import the new pictures from your camera.") (define-public thunar-archive-plugin (package (name "thunar-archive-plugin") - (version "0.5.3") + (version "0.6.0") (source (origin (method git-fetch) @@ -910,7 +910,7 @@ and import the new pictures from your camera.") (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1aqvfgn2www5m9764ldafcv5wsknhsdy2hibikzxhpbzd51c8j7l")))) + (base32 "1k8f6096g5f5y0qp0gwa7rp113ky5ql5j9izxx0sl065mh9f8qpx")))) (build-system gnu-build-system) (native-inputs (list xfce4-dev-tools)) (inputs (list exo thunar gtk+)) |
