aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2019-09-01 10:33:43 +0200
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2019-09-01 11:00:40 +0200
commit2ee4b09760b0557121d4a366902b53deb163cffd (patch)
tree160eda540362cd2e220a752c6673b015631e5c06 /lang
parentf564008b9d6b458d2e5291414ef4ac05cc2d4ce2 (diff)
python-sqlalchemy: Update to version 1.3.7
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r--lang/python/python-sqlalchemy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-sqlalchemy/Makefile b/lang/python/python-sqlalchemy/Makefile
index dabdb5ffd..92958608a 100644
--- a/lang/python/python-sqlalchemy/Makefile
+++ b/lang/python/python-sqlalchemy/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-sqlalchemy
-PKG_VERSION:=1.3.5
+PKG_VERSION:=1.3.7
PKG_RELEASE:=1
PKG_SOURCE:=SQLAlchemy-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/S/SQLAlchemy/
-PKG_HASH:=c30925d60af95443458ebd7525daf791f55762b106049ae71e18f8dd58084c2f
+PKG_HASH:=0459bf0ea6478f3e904de074d65769a11d74cdc34438ab3159250c96d089aef0
PKG_BUILD_DIR:=$(BUILD_DIR)/SQLAlchemy-$(PKG_VERSION)
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>