Skip to content

Commit

Permalink
mypy: update to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik authored Feb 5, 2025
1 parent 9017245 commit f4b04db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-mypy/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=mypy
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.14.1
pkgver=1.15.0
pkgrel=1
pkgdesc="Optional static typing for Python 3 (PEP484) (mingw-w64)"
arch=('any')
Expand All @@ -25,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-cc")
options=(!strip)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('7ec88144fe9b510e8475ec2f5f251992690fcf89ccb4500b214b4226abcd32d6')
sha256sums=('404534629d51d3efea5c800ee7c42b72a6554d6c400e6a79eafe15d11341fd43')

export PYTHONHASHSEED=0

Expand Down

0 comments on commit f4b04db

Please sign in to comment.