From 6725e439b2ef2c7f907ab09807621079d5534da2 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Sat, 1 Nov 2025 00:04:37 +0100 Subject: [PATCH] python-dulwich: update to 0.24.8 --- python-dulwich/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-dulwich/PKGBUILD b/python-dulwich/PKGBUILD index d1c37601..98f9a11d 100644 --- a/python-dulwich/PKGBUILD +++ b/python-dulwich/PKGBUILD @@ -2,7 +2,7 @@ _realname=dulwich pkgname="python-${_realname}" -pkgver=0.24.7 +pkgver=0.24.8 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=('f10bffa1395a8dedc3d38ac05164f761ae838a6a18f9a09a966f27dd651850d4') +sha256sums=('c9f4748bbcca56fb57458c71c0d30e2351ac15e0583d428c739c09228be68f05') prepare(){ cd "${srcdir}/${_realname}-${pkgver}"