mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
banking: 0.5.1 -> 0.6.0
This commit is contained in:
parent
93e4170a3e
commit
0668224e7f
@ -18,14 +18,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "banking";
|
||||
version = "0.5.1";
|
||||
version = "0.6.0";
|
||||
format = "other";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "tabos";
|
||||
repo = "banking";
|
||||
rev = version;
|
||||
sha256 = "sha256-tZlBpDcwQ/aWroP2sFQBZcvmBD26PiY7q/8xFA8GnVc=";
|
||||
hash = "sha256-x/um40sRD58d5LuuJlyietCV1Rw4H5VSO0I3ZwD5kO8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -54,8 +54,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
cryptography
|
||||
fints
|
||||
mt-940
|
||||
onetimepad
|
||||
pygobject3
|
||||
pysqlitecipher
|
||||
schwifty
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user