From bacb88849e117cb00a17d683ae0c200b30c8d7c8 Mon Sep 17 00:00:00 2001 From: Sarah Ottinger Date: Sun, 14 Mar 2021 15:49:57 -0700 Subject: [PATCH] jsonpatch 1.32 --- mingw-w64-python-jsonpatch/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-jsonpatch/PKGBUILD b/mingw-w64-python-jsonpatch/PKGBUILD index cc148dcc1a..26bc4f7a94 100644 --- a/mingw-w64-python-jsonpatch/PKGBUILD +++ b/mingw-w64-python-jsonpatch/PKGBUILD @@ -3,7 +3,7 @@ _realname=jsonpatch pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.31 +pkgver=1.32 pkgrel=1 pkgdesc='An implementation of the JSON Patch format (mingw-w64)' arch=('any') @@ -13,7 +13,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-jsonpointer") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-coverage") source=("https://github.com/stefankoegl/python-json-patch/archive/v$pkgver.tar.gz") -sha256sums=('9a67872114c4845de4a269d6c3f3803fe960a285c953f24928ef9d0e5dafb384') +sha256sums=('d721555fc702d33c9955ce372c5e59e5a38b2e15bee966bb01617afc79f19c78') prepare() { cd "$srcdir"