diff options
| author | jgart <jgart@dismail.de> | 2025-08-06 14:32:30 -0500 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2025-08-06 14:32:30 -0500 |
| commit | 8edf2858a957bba0fb382a77105f9f64990ccc4c (patch) | |
| tree | 9f9cd940f1a9d33282d3806c036483f1ba6884fa | |
| parent | 784c15a35ecba44b51016df71156a3993de41500 (diff) | |
gnu: python-soundfile: Update to 0.13.1.
* gnu/packages/audio.scm (python-soundfile): Update to 0.13.1.
Change-Id: I2c2ab1fc6586906f70d8f4d8ddd02667d1b516c2
| -rw-r--r-- | gnu/packages/audio.scm | 4 |
1 files 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 |
