[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: cava: Update to 0.7.3.
From: |
guix-commits |
Subject: |
06/08: gnu: cava: Update to 0.7.3. |
Date: |
Sun, 29 Nov 2020 15:53:15 -0500 (EST) |
wigust pushed a commit to branch master
in repository guix.
commit dc747ccf3a36534678f7d134965754903ab51ac0
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Nov 29 22:38:25 2020 +0300
gnu: cava: Update to 0.7.3.
* gnu/packages/audio.scm (cava): Update to 0.7.3.
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index d3090ed..323613a 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4237,7 +4237,7 @@ representations.")
(define-public cava
(package
(name "cava")
- (version "0.6.1")
+ (version "0.7.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4246,7 +4246,7 @@ representations.")
(file-name (git-file-name name version))
(sha256
(base32
- "1kvhqgijs29909w3sq9m0bslx2zxxn4b3i07kdz4hb0dqkppxpjy"))))
+ "04j5hb29hivcbk542sfsx9m57dbnj2s6qpvy9fs488zvgjbgxrai"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)
- branch master updated (6970d35 -> 084695f), guix-commits, 2020/11/29
- 02/08: gnu: xclickroot: Update to 1.2., guix-commits, 2020/11/29
- 03/08: gnu: xmenu: Update to 4.4.1., guix-commits, 2020/11/29
- 04/08: gnu: emacs-dired-rsync: Update to 0.5., guix-commits, 2020/11/29
- 05/08: gnu: xnotify: Update to 0.7.3., guix-commits, 2020/11/29
- 06/08: gnu: cava: Update to 0.7.3.,
guix-commits <=
- 01/08: gnu: webssh: Update to 1.5.3., guix-commits, 2020/11/29
- 07/08: gnu: streamlink: Update to 1.7.0., guix-commits, 2020/11/29
- 08/08: gnu: emacs-dashboard: Update to 1.7.0., guix-commits, 2020/11/29