From ce89c032ab10ac69a27e23f3e9cb170ecfb5dbc5 Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Thu, 1 Feb 2024 23:52:32 +0300 Subject: [PATCH] python-urwid: update to 2.5.1 --- mingw-w64-python-urwid/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-urwid/PKGBUILD b/mingw-w64-python-urwid/PKGBUILD index 6d0651c80e..4b8ec1a603 100644 --- a/mingw-w64-python-urwid/PKGBUILD +++ b/mingw-w64-python-urwid/PKGBUILD @@ -3,7 +3,7 @@ _realname=urwid pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2.5.0 +pkgver=2.5.1 pkgrel=1 pkgdesc="Console user interface library for Python (mingw-w64)" arch=('any') @@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-wheel") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('68eef9ab83d35aa20279706b5b36758268e72f339a9d7cca1e77189bb21c074b') +sha256sums=('63752e65674f057b357e50b9b73be44c47234507d57df676ce435e537c300bac') prepare() { cd "${srcdir}/${_realname}-${pkgver}"