Skip to content

Commit

Permalink
python-rpds-py: update to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Dec 3, 2024
1 parent 27d3dd6 commit e27feb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-rpds-py/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_realname=rpds-py
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=0.21.0
pkgver=0.22.0
pkgrel=1
pkgdesc='Python bindings to the Rust rpds crate for persistent data structures (mingw-w64)'
arch=('any')
Expand All @@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-rust")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('ed6378c9d66d0de903763e7706383d60c33829581f0adff47b6535f1802fa6db')
sha256sums=('32de71c393f126d8203e9815557c7ff4d72ed1ad3aa3f52f6c7938413176750a')

prepare() {
cd "${_realname/-/_}-${pkgver}"
Expand Down

0 comments on commit e27feb2

Please sign in to comment.