Skip to content

Commit c07e66a

Browse files
kmilosBiswa96
authored andcommitted
python-tifffile: update to 2025.3.13
1 parent 95aaa30 commit c07e66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-python-tifffile/PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
_realname=tifffile
55
pkgbase=mingw-w64-python-${_realname}
66
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
7-
pkgver=2025.2.18
7+
pkgver=2025.3.13
88
pkgrel=1
99
pkgdesc="Read and write image data from and to TIFF files (mingw-w64)"
1010
arch=('any')
@@ -26,7 +26,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-imagecodecs: required only for encod
2626
"${MINGW_PACKAGE_PREFIX}-python-lxml: required only for validating and printing XML")
2727
options=('!strip')
2828
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
29-
sha256sums=('8d731789e691b468746c1615d989bc550ac93cf753e9210865222e90a5a95d11')
29+
sha256sums=('30fcc4584216937b5993d0568452b6fea8e12e61f9afb1a8e967c07c281faa06')
3030

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

0 commit comments

Comments
 (0)