python3Packages.psd-tools: 1.10.7 -> 1.10.8

This commit is contained in:
R. Ryantm
2025-06-12 19:07:38 +00:00
parent cf7c43aaa4
commit 0368a23ed5
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "psd-tools";
version = "1.10.7";
version = "1.10.8";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "psd-tools";
repo = "psd-tools";
tag = "v${version}";
hash = "sha256-n3OqyItvKXD6NjCm/FgEuu1G5apTmUypwKJ+Y2DCmEg=";
hash = "sha256-IgDgHVSnqSsodVm/tUnINVbUOen8lw+y6q4Z8C+eFE8=";
};
build-system = [