diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-08-06 00:34:18 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-10 08:21:10 +0700 |
commit | c25b75b8bbe03c3d684bb24354c8ac994953983e (patch) | |
tree | e2fe37142d6c720e2a2b80c34ab151272c533360 /python | |
parent | e6dcabee8277c59c149f08e2517952ac34c911a8 (diff) |
python/python3-librosa: Updated for version 0.10.2.post1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-librosa/python3-librosa.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-librosa/python3-librosa.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-librosa/python3-librosa.SlackBuild b/python/python3-librosa/python3-librosa.SlackBuild index c34c2df9350ef..34b52487576bb 100644 --- a/python/python3-librosa/python3-librosa.SlackBuild +++ b/python/python3-librosa/python3-librosa.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-librosa SRCNAM=librosa -VERSION=${VERSION:-0.10.2} +VERSION=${VERSION:-0.10.2.post1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-librosa/python3-librosa.info b/python/python3-librosa/python3-librosa.info index 33e2a1a4cc14a..0306f6a338f56 100644 --- a/python/python3-librosa/python3-librosa.info +++ b/python/python3-librosa/python3-librosa.info @@ -1,8 +1,8 @@ PRGNAM="python3-librosa" -VERSION="0.10.2" +VERSION="0.10.2.post1" HOMEPAGE="https://librosa.org/" -DOWNLOAD="https://github.com/librosa/librosa/archive/refs/tags/0.10.2/librosa-0.10.2.tar.gz" -MD5SUM="dfd6cd2aa29050c61cb73c942dee768f" +DOWNLOAD="https://github.com/librosa/librosa/archive/refs/tags/0.10.2.post1/librosa-0.10.2.post1.tar.gz" +MD5SUM="1a2887782ce0db1468b9a2b51d409e81" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-lazy_loader python3-matplotlib ipython python3-mir_eval python3-soundfile audioread python3-soxr python3-numba python3-llvmlite msgpack-python python3-pooch scikit-learn python3-presets" |