Merge pull request #34116 from brown131/patch-1

Update hy to latest version
This commit is contained in:
Jörg Thalheim
2018-01-24 17:02:14 +00:00
committed by GitHub

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";