diff options
author | Arn0 <yth@ythogtha.org> | 2023-04-05 10:02:23 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-05 15:32:36 +0700 |
commit | 97da17def4c2b3504dcb599044fd6510a2833681 (patch) | |
tree | 087672b766eb5019a9f3e07126b22b37b18a57e9 /python/python3-psycopg2/python3-psycopg2.SlackBuild | |
parent | fad09ce8a9d1db79800947240b1c55163f25f616 (diff) |
python/python3-psycopg2: updated for version 2.9.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-psycopg2/python3-psycopg2.SlackBuild')
-rw-r--r-- | python/python3-psycopg2/python3-psycopg2.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-psycopg2/python3-psycopg2.SlackBuild b/python/python3-psycopg2/python3-psycopg2.SlackBuild index 3b20f43955..0aeceda7a4 100644 --- a/python/python3-psycopg2/python3-psycopg2.SlackBuild +++ b/python/python3-psycopg2/python3-psycopg2.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-psycopg2 SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-2.9.5} +VERSION=${VERSION:-2.9.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |