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 8edf2858a9 gnu: python-soundfile: Update to 0.13.1.
8edf2858a9 is described below
commit 8edf2858a957bba0fb382a77105f9f64990ccc4c
Author: jgart <[email protected]>
AuthorDate: Wed Aug 6 14:32:30 2025 -0500
gnu: python-soundfile: Update to 0.13.1.
* gnu/packages/audio.scm (python-soundfile): Update to 0.13.1.
Change-Id: I2c2ab1fc6586906f70d8f4d8ddd02667d1b516c2
---
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 622ce50020..4027a3e1de 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3575,14 +3575,14 @@ included are the command line utilities @code{send_osc}
and @code{dump_osc}.")
(define-public python-soundfile
(package
(name "python-soundfile")
- (version "0.13.0")
+ (version "0.13.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "soundfile" version))
(sha256
(base32
- "0mc3g5l9fzj57m62zrwwz0w86cbihpna3mikgh8kpmz7ppc9jcz8"))))
+ "0nqf7z2wrb70vppjv5729565h0p3azgl6nqa10bp6a9h3smqvimj"))))
(build-system pyproject-build-system)
(arguments
(list