me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): Update to 0.4.1.
master
Kei Kebreau 2019-03-16 18:05:37 -04:00
parent ff2c81b0e5
commit c8b0f0ab8b
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 3 additions and 3 deletions

View File

@ -378,15 +378,15 @@ matching them against regular expressions.")
(define-public xfce4-pulseaudio-plugin (define-public xfce4-pulseaudio-plugin
(package (package
(name "xfce4-pulseaudio-plugin") (name "xfce4-pulseaudio-plugin")
(version "0.2.3") (version "0.4.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://archive.xfce.org/src/panel-plugins/" (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
name "/" (version-major+minor version) "/" name "/" (version-major+minor version) "/"
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0crvb2gyxbnlf46712arg3m2vqx81dixqhqdwss0bngpijy3ca78")))) "1w29y0a066y8as12xrkbfqcn7dpdsvx97idzw7028gmcvca87a3c"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)