diff options
author | Arn0 <yth@ythogtha.org> | 2022-12-30 16:34:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 00:27:52 +0700 |
commit | d6eb563db2b3b498ac3091fc031cd5742d4c6d1b (patch) | |
tree | 4c4d52a4543d19571682beb95337fdbcab5e112b /python/python3-psycopg2/python3-psycopg2.SlackBuild | |
parent | 4b67c2d715d15243684e847361039e037da2fc63 (diff) |
python/python3-psycopg2: updated for version 2.9.5
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 eba6e8aa7c..3b20f43955 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.4} +VERSION=${VERSION:-2.9.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |