mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: xfce4-volumed-pulse: Update to 0.2.4.
* gnu/packages/xfce.scm (xfce4-volumed-pulse): Update to 0.2.4.
This commit is contained in:
parent
50b88169c6
commit
945f43d134
1 changed files with 2 additions and 2 deletions
|
@ -1529,7 +1529,7 @@ (define-public xfce4-screensaver
|
|||
(define-public xfce4-volumed-pulse
|
||||
(package
|
||||
(name "xfce4-volumed-pulse")
|
||||
(version "0.2.3")
|
||||
(version "0.2.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/apps/"
|
||||
|
@ -1537,7 +1537,7 @@ (define-public xfce4-volumed-pulse
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1q639iwwj7q2plgz0wdgdbi5wkgaq177ca9rnnlrnbdmid5z5fqk"))))
|
||||
"0ql3hlciffjs981jp21hg6phrk25crh64yc01fm0l75k4vvf66d0"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
(list intltool pkg-config))
|
||||
|
|
Loading…
Reference in a new issue