mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 04:37:22 +00:00
python312Packages.art: 6.2 -> 6.3 (#343170)
This commit is contained in:
commit
ed13500795
@ -2,20 +2,23 @@
|
|||||||
lib,
|
lib,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
|
setuptools,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "art";
|
pname = "art";
|
||||||
version = "6.2";
|
version = "6.3";
|
||||||
format = "setuptools";
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sepandhaghighi";
|
owner = "sepandhaghighi";
|
||||||
repo = "art";
|
repo = "art";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-lFe6J3R+A1WE+LGywupjOGwhOcrUH5JE26Cit0DaT/4=";
|
hash = "sha256-9kz6uyLdcrQqgWzT9g2qI9a+IituY/OFmbot+HlQsCE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
build-system = [ setuptools ];
|
||||||
|
|
||||||
pythonImportsCheck = [ "art" ];
|
pythonImportsCheck = [ "art" ];
|
||||||
|
|
||||||
# TypeError: art() missing 1 required positional argument: 'artname'
|
# TypeError: art() missing 1 required positional argument: 'artname'
|
||||||
|
Loading…
Reference in New Issue
Block a user