Update hy to latest version

This commit is contained in:
Scott Brown
2018-01-21 14:12:32 -06:00
committed by GitHub
parent 82de183455
commit eb358ba43b

View File

@@ -2,7 +2,7 @@
pythonPackages.buildPythonApplication rec {
name = "hy-${version}";
version = "0.12.1";
version = "0.13.1";
src = fetchurl {
url = "mirror://pypi/h/hy/${name}.tar.gz";