Merge pull request #279107 from r-ryantm/auto-update/hy

hy: 0.27.0 -> 0.28.0
This commit is contained in:
Thiago Kenji Okada 2024-01-06 14:53:00 +00:00 committed by GitHub
commit 8b061ce725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "hy";
version = "0.27.0";
version = "0.28.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "hylang";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Emzz6m5voH3dCAw7/7d0XLlLEEOjnfrVNZ8WWKa38Ow=";
hash = "sha256-XH8qZ6OsTrFXcv/8ZyrTtN6l50JXIUcHJbfCRXHzSTs=";
};
# https://github.com/hylang/hy/blob/1.0a4/get_version.py#L9-L10

View File

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