mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: pasystray: Update to 0.8.2.
* gnu/packages/pulseaudio.scm (pasystray): Update to 0.8.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
af1d2c0310
commit
4c031bb86f
1 changed files with 3 additions and 3 deletions
|
@ -385,16 +385,16 @@ (define-public pamixer
|
||||||
(define-public pasystray
|
(define-public pasystray
|
||||||
(package
|
(package
|
||||||
(name "pasystray")
|
(name "pasystray")
|
||||||
(version "0.7.1")
|
(version "0.8.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/christophgysin/pasystray")
|
(url "https://github.com/christophgysin/pasystray")
|
||||||
(commit (string-append name "-" version))))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xx1bm9kimgq11a359ikabdndqg5q54pn1d1dyyjnrj0s41168fk"))))
|
(base32 "1zf79pfmm7wa1l9yyab2g6lf0j81v1mrp406262rd21g4prx1921"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue