Skip to content

Commit 866d0db

Browse files
authored
python3Packages.hy: 1.0.0 -> 1.1.0 (#405430)
2 parents d257f77 + c365f28 commit 866d0db

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pkgs/development/python-modules/hy/default.nix

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,22 @@
1414

1515
buildPythonPackage 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

0 commit comments

Comments
 (0)