Skip to content

Commit

Permalink
Merge pull request msys2#19499 from lazka/python-maturin-1.4.0
Browse files Browse the repository at this point in the history
python-maturin: Update to 1.4.0
  • Loading branch information
lazka authored Dec 20, 2023
2 parents 7fba049 + 12ab5e1 commit c47e533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-maturin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=maturin
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=1.3.2
pkgver=1.4.0
pkgrel=1
pkgdesc='Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages (mingw-w64)'
url='https://github.com/pyo3/maturin'
Expand All @@ -23,7 +23,7 @@ makedepends=(
options=(!strip)
source=("https://pypi.io/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz"
"001-fix-default-target-on-mingw-32bit.patch")
sha256sums=('952d458b3dea01e9670582ac2dff3c522a34e491f08ed6376b270655a68c24af'
sha256sums=('ed12e1768094a7adeafc3a74ebdb8dc2201fa64c4e7e31f14cfc70378bf93790'
'5d363f2540f84651439f47782c9d60ababde58f7187b09945040f3795745bf45')

prepare() {
Expand Down

0 comments on commit c47e533

Please sign in to comment.