python312Packages.gast: 0.5.3 -> 0.6.0

Diff: https://github.com/serge-sans-paille/gast/compare/0.5.3...0.6.0
This commit is contained in:
Robert Schütz 2024-08-08 03:40:17 -07:00 committed by Doron Behar
parent 129eace28d
commit 20ba6d165e

View File

@ -5,12 +5,13 @@
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "gast";
version = "0.5.3";
format = "setuptools";
version = "0.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,9 +19,11 @@ buildPythonPackage rec {
owner = "serge-sans-paille";
repo = "gast";
rev = "refs/tags/${version}";
hash = "sha256-0y2bHT7YEfTvDxTm6yLl3GmnPUYEieoGEnwkzfA6mOg=";
hash = "sha256-zrbxW8qWhCY6tObP+/WDReoCnlCpMEzQucX2inpRTL4=";
};
build-system = [ setuptools ];
nativeCheckInputs = [
astunparse
pytestCheckHook