diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-08-19 17:55:32 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-26 07:57:06 +0700 |
commit | 2d6fadce29f17a149460f2b90f0d85cbaa603466 (patch) | |
tree | 76c0a09df6ef2c68d8fc39b1e5bef5f2dc5023f6 /python/python3-librosa | |
parent | 05559fbb97ced8caf11b465d0a44d3bbc3656e72 (diff) |
python/python3-librosa: Version bump to 0.10.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-librosa')
-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 337a90e840d7..2c4319b1667b 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.0.post2} +VERSION=${VERSION:-0.10.1} 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 5d30c351e510..7d4fe268d876 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.0.post2" +VERSION="0.10.1" HOMEPAGE="https://librosa.org/" -DOWNLOAD="https://github.com/librosa/librosa/archive/refs/tags/0.10.0.post2/librosa-0.10.0.post2.tar.gz" -MD5SUM="003b5429b3c496ea0a394917dcc3fc9c" +DOWNLOAD="https://github.com/librosa/librosa/archive/refs/tags/0.10.1/librosa-0.10.1.tar.gz" +MD5SUM="5c9d22f503c0ea20dac73e775cdca2c9" 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 python3-platformdirs scikit-learn python3-presets" |