mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
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:
parent
129eace28d
commit
20ba6d165e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user