python312Packages.psd-tools: 1.10.4 -> 1.10.7

This commit is contained in:
R. Ryantm
2025-03-13 22:47:48 +00:00
parent 573c650e8a
commit 4a47e96b52
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "psd-tools";
version = "1.10.4";
version = "1.10.7";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "psd-tools";
repo = pname;
tag = "v${version}";
hash = "sha256-62Q8eMPPW12HnoBDwAM3+48BEarEqLzEnHcG3TR5XDc=";
hash = "sha256-n3OqyItvKXD6NjCm/FgEuu1G5apTmUypwKJ+Y2DCmEg=";
};
build-system = [
@@ -58,7 +58,7 @@ buildPythonPackage rec {
description = "Python package for reading Adobe Photoshop PSD files";
mainProgram = "psd-tools";
homepage = "https://github.com/kmike/psd-tools";
changelog = "https://github.com/psd-tools/psd-tools/blob/v${version}/CHANGES.rst";
changelog = "https://github.com/psd-tools/psd-tools/blob/${src.tag}/CHANGES.rst";
license = licenses.mit;
maintainers = with maintainers; [ onny ];
};