mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.ida-settings: 3.4.1 -> 3.5.1
This commit is contained in:
parent
95f3d7cdbf
commit
2d3353bc4d
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue