python/python3-psycopg2: updated for version 2.9.4

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2022-10-21 15:47:01 +02:00 committed by Willy Sudiarto Raharjo
parent ba91776792
commit ce51beb6fc
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-psycopg2
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-2.9.3}
VERSION=${VERSION:-2.9.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-psycopg2"
VERSION="2.9.3"
VERSION="2.9.4"
HOMEPAGE="http://initd.org/psycopg/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.3.tar.gz"
MD5SUM="1415674b95557329867ce68bd841a48b"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.4.tar.gz"
MD5SUM="b9f0e6780e4793f7cb6dfcb9e244a9b4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"