passExtensions.pass-import: support pykeepass 4.0.3

This commit is contained in:
Robert Schütz 2022-06-26 17:24:44 +00:00 committed by Robert Schütz
parent 1bf827d026
commit 04fcf7fcde

View File

@ -18,6 +18,14 @@ python3Packages.buildPythonApplication rec {
sha256 = "0hrpg7yiv50xmbajfy0zdilsyhbj5iv0qnlrgkfv99q1dvd5qy56";
};
patches = [
(fetchpatch {
name = "support-for-pykeepass-4.0.3.patch";
url = "https://github.com/roddhjav/pass-import/commit/f1b167578916d971ee4f99be99ba0e86ef49015e.patch";
hash = "sha256-u6bJbV3/QTfRaPauKSyCWNodpy6CKsreMXUZWKRbee0=";
})
];
propagatedBuildInputs = with python3Packages; [
cryptography
defusedxml