diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-12-30 12:28:38 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 09:42:06 +0800 |
| commit | 888e11ba297eec10694052b6fc1ea506cd7c4034 (patch) | |
| tree | 831af37ae25888bf4435b982f4bacafe1916a675 /gnu | |
| parent | cbad494ae6a13d936862988cb1f375c4ac7dd04d (diff) | |
gnu: xfce4-pulseaudio-plugin: Update to 0.5.1.
* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): Update to 0.5.1.
Change-Id: Ib54a108b40d3ee7c4f3f0a86e58919c3f2ced444
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 9b0c2837b1..0be8825421 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -535,7 +535,7 @@ matching them against regular expressions.") (define-public xfce4-pulseaudio-plugin (package (name "xfce4-pulseaudio-plugin") - (version "0.4.9") + (version "0.5.1") (source (origin (method git-fetch) @@ -545,7 +545,7 @@ matching them against regular expressions.") (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1hmajys3g56xlpja9hx0rvap54bw0g6vmirh068zn5004wg7i6kc")))) + (base32 "1nrhbz78kgx02a77djyxh75w9iwncjbxg39msys6vnapknb3xbyk")))) (build-system gnu-build-system) (arguments (list |
