From e58a9abf1e4160fcd245e3d3a77f0e0305adc6d1 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 2 Mar 2024 16:14:59 +0530 Subject: [PATCH] python3-dulwich: update to 0.21.7. --- srcpkgs/python3-dulwich/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template index dcabc82363f..b83beb4eec1 100644 --- a/srcpkgs/python3-dulwich/template +++ b/srcpkgs/python3-dulwich/template @@ -1,7 +1,7 @@ # Template file for 'python3-dulwich' pkgname=python3-dulwich -version=0.20.50 -revision=2 +version=0.21.7 +revision=1 build_style=python3-module make_check_target="dulwich/tests" hostmakedepends="python3-setuptools" @@ -14,7 +14,7 @@ license="GPL-2.0-or-later, Apache-2.0" homepage="https://www.dulwich.io/" changelog="https://raw.githubusercontent.com/jelmer/dulwich/master/NEWS" distfiles="${PYPI_SITE}/d/dulwich/dulwich-${version}.tar.gz" -checksum=50a941796b2c675be39be728d540c16b5b7ce77eb9e1b3f855650ece6832d2be +checksum=a9e9c66833cea580c3ac12927e4b9711985d76afca98da971405d414de60e968 conflicts="python-dulwich>=0"