diff options
author | Arn0 <yth@ythogtha.org> | 2022-10-21 15:47:01 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-22 02:56:29 +0700 |
commit | ce51beb6fc94c8188a9f450520f153558d63a508 (patch) | |
tree | 84f2e625948019b84849c153cd365a47f4597b18 /python/python3-psycopg2/python3-psycopg2.SlackBuild | |
parent | ba9177679241ac9885350311f80692c14e8f42e0 (diff) |
python/python3-psycopg2: updated for version 2.9.4
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 6470b09c72..eba6e8aa7c 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.3} +VERSION=${VERSION:-2.9.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |