mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-pulsectl: Update to 24.4.0.
* gnu/packages/audio.scm (python-pulsectl): Update to 24.4.0. Change-Id: I63f43377432d511dea7ffa6b235f8bcc770f1d93 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
81c2355d9c
commit
53861af06d
1 changed files with 2 additions and 2 deletions
|
@ -2964,13 +2964,13 @@ (define-public python-pyaudio
|
|||
(define-public python-pulsectl
|
||||
(package
|
||||
(name "python-pulsectl")
|
||||
(version "22.3.2")
|
||||
(version "24.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pulsectl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"115ha1cwpd2r84ssnxdbr59hgs0jbx0lz3xpqli64kmxxqf4w5yc"))))
|
||||
"0r9igs365cqgrn1m55a8qjz0hc446nwjm3p3i9kphbj5gl7dazk9"))))
|
||||
(build-system python-build-system)
|
||||
(inputs (list pulseaudio))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue