Browse Source
python/python3-narwhals: Update for 1.48.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/310/head
Isaac Yu
3 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-narwhals/python3-narwhals.SlackBuild
-
python/python3-narwhals/python3-narwhals.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-narwhals |
|
|
|
VERSION=${VERSION:-1.48.0} |
|
|
|
VERSION=${VERSION:-1.48.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-narwhals" |
|
|
|
VERSION="1.48.0" |
|
|
|
VERSION="1.48.1" |
|
|
|
HOMEPAGE="https://narwhals-dev.github.io/narwhals/" |
|
|
|
DOWNLOAD="https://github.com/narwhals-dev/narwhals/releases/download/v1.48.0/narwhals-1.48.0.tar.gz" |
|
|
|
MD5SUM="adecaaed5b3643218354ba4daf03954d" |
|
|
|
DOWNLOAD="https://github.com/narwhals-dev/narwhals/releases/download/v1.48.1/narwhals-1.48.1.tar.gz" |
|
|
|
MD5SUM="19fab18ec3a958d5a35a9629b38ce762" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-hatchling" |
|
|
|