mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
python310Packages.pykeepass: 4.0.5 -> 4.0.6
Diff: https://github.com/libkeepass/pykeepass/compare/v4.0.5...v4.0.6 Changelog: https://github.com/libkeepass/pykeepass/blob/v4.0.6/CHANGELOG.rst
This commit is contained in:
parent
ebdd6efe6c
commit
3d476abe82
@ -1,12 +1,12 @@
|
||||
{ lib, fetchFromGitHub, buildPythonPackage
|
||||
, lxml, pycryptodomex, construct
|
||||
, argon2-cffi, python-dateutil, future
|
||||
, argon2-cffi, python-dateutil
|
||||
, python
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pykeepass";
|
||||
version = "4.0.5";
|
||||
version = "4.0.6";
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
@ -14,16 +14,12 @@ buildPythonPackage rec {
|
||||
owner = "libkeepass";
|
||||
repo = "pykeepass";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-IdILcIhrxcTDddoxiK257II0V7ctVb1CTLfTPmuwjTQ=";
|
||||
hash = "sha256-832cTVzI/MFdwiw6xWzRG35z3iwqb5Qpf6W6XYBIFWs=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py --replace "==" ">="
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
lxml pycryptodomex construct
|
||||
argon2-cffi python-dateutil future
|
||||
argon2-cffi python-dateutil
|
||||
];
|
||||
|
||||
propagatedNativeBuildInputs = [ argon2-cffi ];
|
||||
|
Loading…
Reference in New Issue
Block a user