This is an automated email from the git hooks/post-receive script.
wigust pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new fc607d3689 gnu: cava: Update to 0.10.1.
fc607d3689 is described below
commit fc607d3689b244e7bb20d3db605372ed3e99572b
Author: Oleg Pykhalov <[email protected]>
AuthorDate: Sat May 4 10:43:16 2024 +0300
gnu: cava: Update to 0.10.1.
* gnu/packages/audio.scm (cava)[version]: Update to 0.10.1.
[native-inputs]: Add pkg-config.
[inputs]: Add alsa-lib and pipewire.
Change-Id: Iffa80b22199a032111ca06e8ed583139f35f2fab
---
gnu/packages/audio.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 1a88698165..e6d16211fd 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2016 Nikita <[email protected]>
;;; Copyright © 2016 Lukas Gradl <[email protected]>
;;; Copyright © 2016–2023 Tobias Geerinckx-Rice <[email protected]>
-;;; Copyright © 2018, 2020 Oleg Pykhalov <[email protected]>
+;;; Copyright © 2018, 2020, 2024 Oleg Pykhalov <[email protected]>
;;; Copyright © 2018 okapi <[email protected]>
;;; Copyright © 2018, 2020, 2022, 2023 Maxim Cournoyer
<[email protected]>
;;; Copyright © 2018 Clément Lassieur <[email protected]>
@@ -5189,7 +5189,7 @@ representations.")
(define-public cava
(package
(name "cava")
- (version "0.8.3")
+ (version "0.10.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5198,10 +5198,10 @@ representations.")
(file-name (git-file-name name version))
(sha256
(base32
- "0v0l6al3ygj6lq224ddffb1f10yv4218k7l82hbba8d7dj2rc67b"))))
+ "0r13pf8z02pf4wlapa9nyp1h114nnk1s47bdpq3wl8wvw896axw6"))))
(build-system gnu-build-system)
- (native-inputs (list autoconf automake libtool))
- (inputs (list fftw ncurses pulseaudio iniparser))
+ (native-inputs (list autoconf automake libtool pkg-config))
+ (inputs (list alsa-lib fftw ncurses pipewire pulseaudio iniparser))
(arguments
(list #:configure-flags
#~(list (string-append "PREFIX="