This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e52438acb9 gnu: easyeffects: Fix build and update to 7.2.5.
e52438acb9 is described below
commit e52438acb95682a10e18820256f1a9b0966c5315
Author: Noah Evans <[email protected]>
AuthorDate: Wed Jul 23 12:19:46 2025 -0400
gnu: easyeffects: Fix build and update to 7.2.5.
* gnu/packages/audio.scm (easyeffects): Update to 7.2.5.
[native-inputs]: Remove gcc-12.
Change-Id: Ib9f5e6b55815a7500f80fb7e0b4624f9ae6b024b
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/audio.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 488cc55357..e85586fee3 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -7417,7 +7417,7 @@ verifies checksums.")
(define-public easyeffects
(package
(name "easyeffects")
- (version "7.2.3")
+ (version "7.2.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -7425,11 +7425,10 @@ verifies checksums.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
"0vr21d12vbyvw3l1h4dx44fk1vk7ns7l8ynclchw5flhsd58yg3d"))))
+ (base32
"0k4l77hsmifqsw00mr28575b5fmhvskawjf7h4pmyj6ffbbinwy3"))))
(build-system meson-build-system)
(native-inputs
(list `(,glib "bin") ;for glib-compile-resources
- gcc-12 ; fails to build with gcc-11
gettext-minimal
itstool
pkg-config))