me
/
guix
Archived
1
0
Fork 0

gnu: xfce4-pulseaudio-plugin: Update to 0.4.6.

* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): Update to 0.4.6.
master
宋文武 2023-04-01 13:16:26 +08:00
parent 7254fbde11
commit 55852cfd06
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -496,7 +496,7 @@ matching them against regular expressions.")
(define-public xfce4-pulseaudio-plugin
(package
(name "xfce4-pulseaudio-plugin")
(version "0.4.5")
(version "0.4.6")
(source
(origin
(method url-fetch)
@ -505,7 +505,7 @@ matching them against regular expressions.")
(version-major+minor version) "/"
"xfce4-pulseaudio-plugin-" version ".tar.bz2"))
(sha256
(base32 "05f12fzn8q1y7jkzanxy82pzl00km66gngb5j6d5k8kbx9ykj9a4"))))
(base32 "05k02ilvffddgbp6in9wpjvg6vzlcxxw09nmj29hzba44klc04bf"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config dbus-glib dbus))