python-sentry-sdk: Update to version 0.12.3 10211/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 12 Oct 2019 21:55:36 +0000 (23:55 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 12 Oct 2019 21:55:36 +0000 (23:55 +0200)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
lang/python/python-sentry-sdk/Makefile

index 2100b78e591a9ad88d19397dcc88d5793b456ccf..311d95a66e515c2088d4c60028954623fe2acf54 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-sentry-sdk
-PKG_VERSION:=0.12.2
+PKG_VERSION:=0.12.3
 PKG_RELEASE:=1
 
 PKG_SOURCE:=sentry-sdk-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/s/sentry-sdk/
-PKG_HASH:=2529ab6f93914d01bcd80b1b16c15a025902350ab19af2033aa5ff797c1600ad
+PKG_HASH:=15e51e74b924180c98bcd636cb4634945b0a99a124d50b433c3a9dc6a582e8db
 PKG_BUILD_DIR:=$(BUILD_DIR)/sentry-sdk-$(PKG_VERSION)
 
 PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>