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
commit a3d6f38adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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