Merge pull request #248194 from thiagokokada/auto-update/python310Packages.hy

python310Packages.hy: 0.26.0 -> 0.27.0; python310Packages.hyrule: 0.3.0 -> 0.4.0
This commit is contained in:
Thiago Kenji Okada 2023-08-10 17:51:10 +00:00 committed by GitHub
commit 60b7308244
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 9 deletions

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "hy";
version = "0.26.0";
version = "0.27.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "hylang";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Ow3FAiH97lSaI3oSx702+jgScfNgf+JstuDpgPSB8LM=";
hash = "sha256-Emzz6m5voH3dCAw7/7d0XLlLEEOjnfrVNZ8WWKa38Ow=";
};
# https://github.com/hylang/hy/blob/1.0a4/get_version.py#L9-L10
@ -43,11 +43,6 @@ buildPythonPackage rec {
export PATH="$out/bin:$PATH"
'';
disabledTests = [
"test_circular_macro_require"
"test_macro_require"
];
pythonImportsCheck = [ "hy" ];
passthru = {

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "hyrule";
version = "0.3.0";
version = "0.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "hylang";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-nQAUVX409RWlFPeknnNwFNgo7e2xHkEXkAuXazZNntk=";
hash = "sha256-D5d/WwGSbEmSeyVBTIpGOqi+I6PkRdo8dhDaCeeOW4M=";
};
propagatedBuildInputs = [