From 0090744741f0292d61d70d9cef0ef1badd227d67 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Tue, 3 Nov 2020 02:00:31 +0100 Subject: [PATCH] python-sentry-sdk: update to version 0.19.2 Signed-off-by: Josef Schlehofer --- lang/python/python-sentry-sdk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-sentry-sdk/Makefile b/lang/python/python-sentry-sdk/Makefile index e8bce7ff1..63b28f5ae 100644 --- a/lang/python/python-sentry-sdk/Makefile +++ b/lang/python/python-sentry-sdk/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-sentry-sdk -PKG_VERSION:=0.18.0 +PKG_VERSION:=0.19.2 PKG_RELEASE:=1 PYPI_NAME:=sentry-sdk -PKG_HASH:=1d91a0059d2d8bb980bec169578035c2f2d4b93cd8a4fb5b85c81904d33e221a +PKG_HASH:=17b725df2258354ccb39618ae4ead29651aa92c01a92acf72f98efe06ee2e45a PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=BSD-2-Clause