diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-12-30 12:28:40 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 09:42:07 +0800 |
| commit | 58cba8b86ca06848a5decec98a801e7132cd88c1 (patch) | |
| tree | b0201d5e67042e319bc0eeeeb7897b406cfefbd9 /gnu | |
| parent | b5dd31979cd8adcde8236343533261b19ee6fd0a (diff) | |
gnu: xfce4-volumed-pulse: Update to 0.3.0.
* gnu/packages/xfce.scm (xfce4-volumed-pulse): Update to 0.3.0.
Change-Id: I39774eb62a3f76f01e5850c84cf3abaeade153a2
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 23bab7f3fb..6fde4d272d 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1708,7 +1708,7 @@ A plugin for the Xfce panel is also available.") (define-public xfce4-volumed-pulse (package (name "xfce4-volumed-pulse") - (version "0.2.5") + (version "0.3.0") (source (origin (method git-fetch) @@ -1717,7 +1717,7 @@ A plugin for the Xfce panel is also available.") (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0vr20rm81kd0av85zvfghzbczs4ahkxi1n4qn4hikqnb67iwrcq3")))) + (base32 "01m8cim3c3g1pq2haxacwpcg5nsdk2hq5plcxiicy3jdbazfmnsd")))) (build-system glib-or-gtk-build-system) (native-inputs (list xfce4-dev-tools)) |
