From 9da848d89b289a1beed689789c8d6609d7ad670f Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Mon, 6 Jun 2022 13:53:00 +0200 Subject: [PATCH] dev-python/soundfile: Bump to 0.11.0_beta20220602 a.k.a. 0.11.0b5 Signed-off-by: Nils Freydank --- ...beta20220128.ebuild => soundfile-0.11.0_beta20220602.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-python/soundfile/{soundfile-0.11.0_beta20220128.ebuild => soundfile-0.11.0_beta20220602.ebuild} (95%) diff --git a/dev-python/soundfile/soundfile-0.11.0_beta20220128.ebuild b/dev-python/soundfile/soundfile-0.11.0_beta20220602.ebuild similarity index 95% rename from dev-python/soundfile/soundfile-0.11.0_beta20220128.ebuild rename to dev-python/soundfile/soundfile-0.11.0_beta20220602.ebuild index 594b4a7..c24ea69 100644 --- a/dev-python/soundfile/soundfile-0.11.0_beta20220128.ebuild +++ b/dev-python/soundfile/soundfile-0.11.0_beta20220602.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 -COMMIT_ID="d41120acbc771b2eaaeb17c444aea835b652b188" +COMMIT_ID="8caf3c7338d02eb2963641118276d3c43bc0966c" DESCRIPTION="SoundFile is an audio library based on libsndfile, CFFI, and NumPy" HOMEPAGE="https://github.com/bastibe/python-soundfile"