mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
Merge pull request #24735 from nixy/hy/0.12.1-update
hy: 0.11.1 -> 0.12.1
This commit is contained in:
commit
6c59393888
@ -2,15 +2,14 @@
|
|||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
name = "hy-${version}";
|
name = "hy-${version}";
|
||||||
version = "0.11.1";
|
version = "0.12.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://pypi/h/hy/${name}.tar.gz";
|
url = "mirror://pypi/h/hy/${name}.tar.gz";
|
||||||
sha256 = "1msqv747iz12r73mz4qvsmlwkddwjvrahlrk7ysrcz07h7dsscxs";
|
sha256 = "1fjip998k336r26i1gpri18syvfjg7z46wng1n58dmc238wm53sx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pythonPackages.appdirs ];
|
propagatedBuildInputs = with pythonPackages; [ appdirs clint astor rply ];
|
||||||
propagatedBuildInputs = [ pythonPackages.clint pythonPackages.astor pythonPackages.rply ];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A LISP dialect embedded in Python";
|
description = "A LISP dialect embedded in Python";
|
||||||
|
Loading…
Reference in New Issue
Block a user