From eb87b8191c43332d9c3b27fbc2e33733df4f9a9a Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Fri, 24 Oct 2025 00:17:36 +0200 Subject: [PATCH] python-dulwich: update to 0.24.7 --- python-dulwich/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-dulwich/PKGBUILD b/python-dulwich/PKGBUILD index 7b75b210..d1c37601 100644 --- a/python-dulwich/PKGBUILD +++ b/python-dulwich/PKGBUILD @@ -2,7 +2,7 @@ _realname=dulwich pkgname="python-${_realname}" -pkgver=0.24.6 +pkgver=0.24.7 pkgrel=1 pkgdesc='Pure-Python implementation of the Git file formats and protocols' arch=('any') @@ -29,7 +29,7 @@ makedepends=( 'gcc' ) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('e8aebdb52cee481ddc038a2b88376bc28767127fdf3e5ea08b52ae1f60e1e15b') +sha256sums=('f10bffa1395a8dedc3d38ac05164f761ae838a6a18f9a09a966f27dd651850d4') prepare(){ cd "${srcdir}/${_realname}-${pkgver}"