diff --git a/python/py-toml/Portfile b/python/py-toml/Portfile index 09efa9749ff58..cc33bc75fe8a6 100644 --- a/python/py-toml/Portfile +++ b/python/py-toml/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name py-toml -version 0.10.0 +version 0.10.1 license MIT platforms darwin maintainers {toby @tobypeterson} openmaintainer @@ -14,9 +14,9 @@ long_description A Python library for parsing and creating TOML. \ homepage https://github.com/uiri/toml -checksums rmd160 8f619d6251935a9b17370ec8e0b71050d2937451 \ - sha256 229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c \ - size 16719 +checksums rmd160 9223688105a04772bf18f1c9e103602afc73a409 \ + sha256 926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f \ + size 19487 # keep version for PY27 and PY34, these are (indirect) dependencies of py-virtualenv python.versions 27 34 35 36 37 38