python312Packages.psd-tools: 1.10.4 -> 1.10.7 (#389676)
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user