Skip to content

Commit f3ce61d

Browse files
committed
python-dulwich: update to 0.22.8
1 parent ae377be commit f3ce61d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-python-dulwich/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=dulwich
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=0.22.7
6+
pkgver=0.22.8
77
pkgrel=1
88
pkgdesc="Python Git Library (mingw-w64)"
99
arch=('any')
@@ -25,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
2525
"${MINGW_PACKAGE_PREFIX}-cc")
2626
options=('!strip')
2727
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
28-
sha256sums=('d53935832dd182d4c1415042187093efcee988af5cd397fb1f394f5bb27f0707')
28+
sha256sums=('701547310415de300269331abe29cb5717aa1ea377af826bf513d0adfb1c209b')
2929

3030
build() {
3131
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

0 commit comments

Comments
 (0)