From 094a2cc0a8b06ee4241f787ea2d9234bf6b44590 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 6 Dec 2023 08:00:08 +0100 Subject: [PATCH] python-dulwich: Update to 0.21.7 --- python-dulwich/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-dulwich/PKGBUILD b/python-dulwich/PKGBUILD index 9a6831c2..8df4397a 100644 --- a/python-dulwich/PKGBUILD +++ b/python-dulwich/PKGBUILD @@ -2,7 +2,7 @@ _realname=dulwich pkgname="python-${_realname}" -pkgver=0.21.6 +pkgver=0.21.7 pkgrel=1 pkgdesc='Pure-Python implementation of the Git file formats and protocols' arch=('any') @@ -21,7 +21,7 @@ makedepends=( "python-installer" ) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('30fbe87e8b51f3813c131e2841c86d007434d160bd16db586b40d47f31dd05b0') +sha256sums=('a9e9c66833cea580c3ac12927e4b9711985d76afca98da971405d414de60e968') prepare(){ cd "${srcdir}/${_realname}-${pkgver}"