mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
python-munkres: fix update-check/distfile
This commit is contained in:
parent
8996d9b792
commit
b6c889a0f2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ short_desc="Algorithm for the Assignment Problem (Python2)"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
homepage="http://software.clapper.org/munkres/"
|
homepage="http://software.clapper.org/munkres/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="https://pypi.python.org/packages/source/m/munkres/munkres-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/munkres/munkres-${version}.tar.gz"
|
||||||
checksum=334a5d849bcefed3e4c32ecfbca4ee8dfc8ef5f2f181334d6f7f4e100b71d6c4
|
checksum=334a5d849bcefed3e4c32ecfbca4ee8dfc8ef5f2f181334d6f7f4e100b71d6c4
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue