python3Packages.ida-settings: 3.4.1 -> 3.5.1

This commit is contained in:
R. Ryantm 2026-07-02 09:46:33 +00:00
commit 2d3353bc4d

View file

@ -9,7 +9,7 @@
buildPythonPackage (finalAttrs: {
pname = "ida-settings";
version = "3.4.1";
version = "3.5.1";
pyproject = true;
__structuredAttrs = true;
@ -18,7 +18,7 @@ buildPythonPackage (finalAttrs: {
owner = "williballenthin";
repo = "ida-settings";
tag = "v${finalAttrs.version}";
hash = "sha256-YPkJ/yn7ZmEYZJART6oFLO7zIqzgPl2XCq5RfXasFV0=";
hash = "sha256-InMHWKshBwkx1xrr6yW/K6EmmifUzuRFGJZhwpwVYqc=";
};
postPatch = ''