diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-12-30 12:28:41 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 09:42:07 +0800 |
| commit | 6dbf2a2b0defd7bf71c70cb068f80695b8676e2f (patch) | |
| tree | 48525f88fd9a6f63f2effd4006e08905b8b6bc53 /gnu | |
| parent | 96efa61d01d6111813c18eafff820a389da34af1 (diff) | |
gnu: xfce4-mount-plugin: Update to 1.2.0.
* gnu/packages/xfce.scm (xfce4-mount-plugin): Update to 1.2.0.
Change-Id: I77587c8050670298ba47cf4465c0c4e9f9cc615e
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 14cf97dc35..3444f0501a 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -2034,7 +2034,7 @@ right-click menu (define-public xfce4-mount-plugin (package (name "xfce4-mount-plugin") - (version "1.1.7") + (version "1.2.0") (source (origin (method git-fetch) @@ -2044,7 +2044,7 @@ right-click menu (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1s3882dv4a9wmfcjjgn2yk6naswsgfy5cr2ql0wmdgzzg4s3pwl7")))) + (base32 "0ggra3r1k9jv2dz69ajmgzvcwknkxsjib3khns2csbm74snjcf7n")))) (build-system gnu-build-system) (native-inputs (list xfce4-dev-tools)) |
