aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-11-14 10:04:08 -0800
committerRosen Penev <rosenp@gmail.com>2018-12-08 18:12:55 -0800
commitae79f0e14fd6fe784897551bc6c0b4f46fa5ae25 (patch)
tree4c787d37a0abe6369cdfa679871f01d022ac5031
parente81189e983771e37672bc34cb9b3c33da05eae47 (diff)
python-psycopg2: Update to 2.7.6.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r--lang/python/python-psycopg2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-psycopg2/Makefile b/lang/python/python-psycopg2/Makefile
index d8a3fe5ec..5a16e08ab 100644
--- a/lang/python/python-psycopg2/Makefile
+++ b/lang/python/python-psycopg2/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-psycopg2
-PKG_VERSION:=2.7.5
+PKG_VERSION:=2.7.6.1
PKG_RELEASE:=1
PKG_SOURCE:=psycopg2-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/psycopg2
-PKG_HASH:=eccf962d41ca46e6326b97c8fe0a6687b58dfc1a5f6540ed071ff1474cea749e
+PKG_HASH:=27959abe64ca1fc6d8cd11a71a1f421d8287831a3262bd4cacd43bbf43cc3c82
PKG_BUILD_DIR:=$(BUILD_DIR)/psycopg2-$(PKG_VERSION)
PKG_MAINTAINER:=Dmitry Trefilov <the-alien@live.ru>