Skip to content

Commit d3dad01

Browse files
committed
python-networkx: update to 3.6.1
1 parent cc4ebb1 commit d3dad01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-python-networkx/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=networkx
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=3.6
6+
pkgver=3.6.1
77
pkgrel=1
88
pkgdesc="High-productivity software for complex networks (mingw-w64)"
99
arch=('any')
@@ -27,7 +27,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-numpy"
2727
"${MINGW_PACKAGE_PREFIX}-python-matplotlib"
2828
"${MINGW_PACKAGE_PREFIX}-python-pandas")
2929
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
30-
sha256sums=('285276002ad1f7f7da0f7b42f004bcba70d381e936559166363707fdad3d72ad')
30+
sha256sums=('26b7c357accc0c8cde558ad486283728b65b6a95d85ee1cd66bafab4c8168509')
3131

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

0 commit comments

Comments
 (0)