lndmanage: 0.13.0 -> 0.14.0

https://github.com/bitromortac/lndmanage/releases/tag/v0.14.0
This commit is contained in:
Martin Milata 2021-11-22 18:07:27 +01:00
parent 4418f362e6
commit 3a58cd414f

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "lndmanage";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "bitromortac";
repo = pname;
rev = "v${version}";
sha256 = "1vnv03k2d11rw6mry6fmspiy3hqsza8y3daxnn4lp038gw1y0f4z";
hash = "sha256-wPr/R+WGACyhv2Qh9JeLJwvr2vQfxpqj2XjEkrRoSX4=";
};
propagatedBuildInputs = with python3Packages; [