Merge pull request #64294 from tadeokondrak/hy/update/0.17.0

hy: 0.16.0 -> 0.17.0
This commit is contained in:
markuskowa
2019-07-04 19:04:37 +02:00
committed by GitHub
2 changed files with 13 additions and 22 deletions

View File

@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "astor";
version = "0.7.1";
version = "0.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "95c30d87a6c2cf89aa628b87398466840f0ad8652f88eb173125a6df8533fb8d";
sha256 = "0qkq5bf13fqcwablg0nk7rx83izxdizysd42n26j5wbingcfx9ip";
};
# disable tests broken with python3.6: https://github.com/berkerpeksag/astor/issues/89