mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-h5py: Update for 3.12.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
66be0293ff
commit
82b1200735
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-h5py
|
||||
VERSION=${VERSION:-3.11.0}
|
||||
VERSION=${VERSION:-3.12.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-h5py"
|
||||
VERSION="3.11.0"
|
||||
VERSION="3.12.1"
|
||||
HOMEPAGE="https://www.h5py.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/h5py/h5py-3.11.0.tar.gz"
|
||||
MD5SUM="710eb17c1bae08a3ba684889b1108fdb"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/h5py/h5py-3.12.1.tar.gz"
|
||||
MD5SUM="40d0eff953e53df3579ad77bce103694"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="hdf5 liblzf python3-numpy python3-pkgconfig"
|
||||
|
|
Loading…
Reference in a new issue