diff options
author | Michael Rohleder <mike@rohleder.de> | 2022-12-23 13:07:58 +0100 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-01-29 09:03:16 +0800 |
commit | 822e1852943119b0eeda8f507939387b422d73e2 (patch) | |
tree | e9def8f166dd8c08d0489ebb63b4a8c7573077ae | |
parent | 5dabd2163f7f2704295e35059dc62fbfb3eab901 (diff) |
gnu: thunar-volman: Update to 4.18.0.
* gnu/packages/xfce.scm (thunar-volman): Update to 4.18.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-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 65af608429..b84b98a232 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -751,7 +751,7 @@ fast.") (define-public thunar-volman (package (name "thunar-volman") - (version "4.16.0") + (version "4.18.0") (source (origin (method url-fetch) @@ -759,7 +759,7 @@ fast.") (version-major+minor version) "/" "thunar-volman-" version ".tar.bz2")) (sha256 - (base32 "0zaliahfz9ci2md7g6w9mb7z5azi5n56gihbnwyzvds2n8cygh6j")))) + (base32 "0rgwhxp6f3cd4ldl6zirvzl4n64f2k65lach84gs4ip2zdzmrdwk")))) (build-system gnu-build-system) (native-inputs (list pkg-config intltool)) |