basicswap: 0.14.3 -> 0.14.4 (#418376)

This commit is contained in:
Nikolay Korotkiy 2025-06-22 03:12:46 +04:00 committed by GitHub
commit cc58e7f630
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,14 +52,14 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "basicswap";
version = "0.14.3";
version = "0.14.4";
pyproject = true;
src = fetchFromGitHub {
owner = "basicswap";
repo = "basicswap";
tag = "v${version}";
hash = "sha256-Ay7MQJdbPDjbtfaIWsegu01KIjlKQqdqH3MomYW7KGc=";
hash = "sha256-UhuBTbGULImqRSsbg0QNb3yvnN7rnSzycweDLbqrW+8=";
};
postPatch = ''