File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
pkgs/development/python-modules/hy Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1414
1515buildPythonPackage rec {
1616 pname = "hy" ;
17- version = "1.0 .0" ;
17+ version = "1.1 .0" ;
1818 pyproject = true ;
1919
20- disabled = pythonOlder "3.8" ;
21-
2220 src = fetchFromGitHub {
2321 owner = "hylang" ;
2422 repo = "hy" ;
2523 tag = version ;
26- hash = "sha256-o6txdC8TOdaILAJP9LDAhJ587p+mw0bUEGLneQQYW9c =" ;
24+ hash = "sha256-zaTe9sRmW+lzpbNVrnj5ccp1xIbN10FD1Jst/hM78Lw =" ;
2725 } ;
2826
2927 # https://github.com/hylang/hy/blob/1.0a4/get_version.py#L9-L10
3028 HY_VERSION = version ;
3129
3230 build-system = [ setuptools ] ;
3331
34- dependencies = [ funcparserlib ] ++ lib . optionals ( pythonOlder "3.9" ) [ astor ] ;
32+ dependencies = [ funcparserlib ] ;
3533
3634 nativeCheckInputs = [ pytestCheckHook ] ;
3735
@@ -61,7 +59,7 @@ buildPythonPackage rec {
6159 meta = with lib ; {
6260 description = "LISP dialect embedded in Python" ;
6361 homepage = "https://hylang.org/" ;
64- changelog = "https://github.com/hylang/hy/releases/tag/${ version } " ;
62+ changelog = "https://github.com/hylang/hy/releases/tag/${ src . tag } " ;
6563 license = licenses . mit ;
6664 maintainers = with maintainers ; [
6765 mazurel
You can’t perform that action at this time.
0 commit comments