guix_mirror_bot pushed a commit to branch master
in repository guix.
commit bff69c727548f3f1fa71871b9304c8243ed32c00
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Oct 23 22:09:15 2025 +0200
gnu: musikcube: Update to 3.0.5.
* gnu/packages/music.scm (musikcube): Update to 3.0.5.
[inputs]: Remove ffmpeg-4; add ffmpeg.
Change-Id: I63b41bf43b3b4c0bec506ccaaad68eaad3443528
---
gnu/packages/music.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 813acfad08..4491b5e3e8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -7967,7 +7967,7 @@ choice.")
(define-public musikcube
(package
(name "musikcube")
- (version "3.0.1")
+ (version "3.0.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -7976,7 +7976,7 @@ choice.")
(file-name (git-file-name name version))
(sha256
(base32
- "09q15xlssgg67zg5m0q574k3al2pdjdnm1580mlf0wzr6a021fnd"))))
+ "0kfdfai2w4qh31kypl94yknir9f41y1wh93k38cpj04w3chdzdx2"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; No test suite
@@ -7994,7 +7994,7 @@ choice.")
(list alsa-lib
boost
curl
- ffmpeg-4
+ ffmpeg
lame
libev
libgme