python312Packages.art: 6.2 -> 6.3 (#343170)

This commit is contained in:
OTABI Tomoya 2024-09-24 14:28:35 +09:00 committed by GitHub
commit ed13500795
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,20 +2,23 @@
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
}:
buildPythonPackage rec {
pname = "art";
version = "6.2";
format = "setuptools";
version = "6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "sepandhaghighi";
repo = "art";
rev = "refs/tags/v${version}";
hash = "sha256-lFe6J3R+A1WE+LGywupjOGwhOcrUH5JE26Cit0DaT/4=";
hash = "sha256-9kz6uyLdcrQqgWzT9g2qI9a+IituY/OFmbot+HlQsCE=";
};
build-system = [ setuptools ];
pythonImportsCheck = [ "art" ];
# TypeError: art() missing 1 required positional argument: 'artname'