diff options
Diffstat (limited to 'development/QtPy')
-rw-r--r-- | development/QtPy/QtPy.SlackBuild | 4 | ||||
-rw-r--r-- | development/QtPy/QtPy.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/QtPy/QtPy.SlackBuild b/development/QtPy/QtPy.SlackBuild index 8bf906100c..cc211dae13 100644 --- a/development/QtPy/QtPy.SlackBuild +++ b/development/QtPy/QtPy.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> -# Copyright 2023-2024 nomnombtc <nomnombtc@arcor.de> +# Copyright 2023-2025 nomnombtc <nomnombtc@arcor.de> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=QtPy -VERSION=${VERSION:-2.4.2} +VERSION=${VERSION:-2.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/QtPy/QtPy.info b/development/QtPy/QtPy.info index 70cedc7cae..93008e3887 100644 --- a/development/QtPy/QtPy.info +++ b/development/QtPy/QtPy.info @@ -1,8 +1,8 @@ PRGNAM="QtPy" -VERSION="2.4.2" +VERSION="2.4.3" HOMEPAGE="https://github.com/spyder-ide/QtPy" -DOWNLOAD="https://files.pythonhosted.org/packages/source/Q/QtPy/qtpy-2.4.2.tar.gz" -MD5SUM="07a5167cc5c388e7574fef1feddeec0e" +DOWNLOAD="https://files.pythonhosted.org/packages/source/Q/QtPy/qtpy-2.4.3.tar.gz" +MD5SUM="69e408ca0b5e92131a77a6172bd2defd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |