me
/
guix
Archived
1
0
Fork 0

gnu: cava: Update to 0.7.4.

* gnu/packages/audio.scm (cava): Update to 0.7.4.
master
Tobias Geerinckx-Rice 2021-05-23 12:25:04 +02:00
parent f72e2d216b
commit ba31fbb163
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4314,7 +4314,7 @@ representations.")
(define-public cava
(package
(name "cava")
(version "0.7.3")
(version "0.7.4")
(source (origin
(method git-fetch)
(uri (git-reference
@ -4323,7 +4323,7 @@ representations.")
(file-name (git-file-name name version))
(sha256
(base32
"04j5hb29hivcbk542sfsx9m57dbnj2s6qpvy9fs488zvgjbgxrai"))))
"1mziklmqifhnb4kg9ia2r56r8wjn6xp40bkpf484hsgqvnrccl86"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)