python/python3-librosa: Version bump to 0.10.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
05559fbb97
commit
2d6fadce29
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue