We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52efe7f commit 086098dCopy full SHA for 086098d
1 file changed
PKGBUILD
@@ -2,7 +2,7 @@
2
3
_name=pip
4
pkgname=python-$_name
5
-pkgver=24.3.1
+pkgver=26.0.1
6
pkgrel=1
7
pkgdesc="The PyPA recommended tool for installing Python packages"
8
url="https://pip.pypa.io/"
@@ -38,7 +38,7 @@ makedepends=(
38
# subversion
39
#)
40
source=(https://github.com/pypa/$_name/archive/$pkgver/$_name-$pkgver.tar.gz)
41
-sha512sums=('9cf5f18eefd559cf27bc026e5206b0028ea77fd904a61fea9a6682b519305c962dd19170b841581bd05ff72192a9c458ec0eba173fa66db0438b046111ff5856')
+sha512sums=('3786df7522ea65bc20fb9885ce5c2ddc60200a536a1f754a8d7dc278115c73258863e4c51ac7e9a60dda0b70263730dc194f70e1e8f8d00178a8b3c724333bf0')
42
43
prepare() {
44
# pip is moving towards a separate sphinx config without towncrier https://github.com/pypa/pip/issues/12881
0 commit comments