summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/art/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/art/default.nix')
-rw-r--r--pkgs/development/python-modules/art/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/art/default.nix b/pkgs/development/python-modules/art/default.nix
index 10fcac6e5961..095ecc918f5a 100644
--- a/pkgs/development/python-modules/art/default.nix
+++ b/pkgs/development/python-modules/art/default.nix
@@ -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 ];
};