python-dulwich: Update to 0.21.7

This commit is contained in:
Christoph Reiter
2023-12-06 08:00:08 +01:00
parent f11ee8f8ae
commit 094a2cc0a8

View File

@@ -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}"