hy: 0.14.0 -> 0.15.0 (#49428)

This commit is contained in:
Andrew Miller 2018-10-29 20:07:07 -04:00 committed by xeji
parent e96d14d177
commit d837fe68ae

View File

@ -2,20 +2,20 @@
pythonPackages.buildPythonApplication rec { pythonPackages.buildPythonApplication rec {
name = "hy-${version}"; name = "hy-${version}";
version = "0.14.0"; version = "0.15.0";
src = fetchurl { src = fetchurl {
url = "mirror://pypi/h/hy/${name}.tar.gz"; url = "mirror://pypi/h/hy/${name}.tar.gz";
sha256 = "0cbdh1q0zm00p4h7i44kir4qhw0p6sid78xf6llrx2p21llsnv98"; sha256 = "01vzaib1imr00j5d7f7xk44v800h06s3yv9inhlqm6f3b25ywpl1";
}; };
propagatedBuildInputs = with pythonPackages; [ appdirs clint astor rply ]; propagatedBuildInputs = with pythonPackages; [
appdirs
# The build generates a .json parser file in the home directory under .cache. astor
# This is needed to get it to not try and open files in /homeless-shelter clint
preConfigure = '' funcparserlib
export HOME=$TMP rply
''; ];
meta = { meta = {
description = "A LISP dialect embedded in Python"; description = "A LISP dialect embedded in Python";