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

hy: 0.25.0 -> 0.26.0
This commit is contained in:
Weijia Wang 2023-02-16 15:27:56 +01:00 committed by GitHub
commit e6ee26de80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 7 deletions

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") [

View File

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