hy: 0.25.0 -> 0.26.0

This commit is contained in:
R. Ryantm 2023-02-16 08:39:08 +00:00 committed by Thiago Kenji Okada
parent 63b5955814
commit 28b6f0fb2a

View File

@ -1,20 +1,18 @@
{ lib
, astor
, buildPythonPackage
, colorama
, fetchFromGitHub
, funcparserlib
, hy
, pytestCheckHook
, python
, pythonOlder
, rply
, testers
}:
buildPythonPackage rec {
pname = "hy";
version = "0.25.0";
version = "0.26.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,14 +21,13 @@ buildPythonPackage rec {
owner = "hylang";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-V+ZtPm17ESxCGpRieGvEeO2bkwHfZQ6k9lsnDWr6pqo=";
hash = "sha256-Ow3FAiH97lSaI3oSx702+jgScfNgf+JstuDpgPSB8LM=";
};
# https://github.com/hylang/hy/blob/1.0a4/get_version.py#L9-L10
HY_VERSION = version;
propagatedBuildInputs = [
colorama
funcparserlib
] ++
lib.optionals (pythonOlder "3.9") [