python312Packages.art: 6.4 -> 6.5

This commit is contained in:
R. Ryantm
2025-04-19 03:25:00 +00:00
parent 3457f544d1
commit f6c0e884e3
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "art";
version = "6.4";
version = "6.5";
pyproject = true;
src = fetchFromGitHub {
owner = "sepandhaghighi";
repo = "art";
tag = "v${version}";
hash = "sha256-qA1fhqNJbhSOvsPSgbnuRTs40OJsn7tYHWzujN2RVK8=";
hash = "sha256-ub+hvxYRZznql/GZjA6QXrdHUbM+QCVEYiQfQ6IOJKE=";
};
build-system = [ setuptools ];
@@ -36,7 +36,7 @@ buildPythonPackage rec {
description = "ASCII art library for Python";
mainProgram = "art";
homepage = "https://github.com/sepandhaghighi/art";
changelog = "https://github.com/sepandhaghighi/art/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/sepandhaghighi/art/blob/${src.tag}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
};