vorta: 0.7.2 -> 0.7.3

ChangeLog: https://github.com/borgbase/vorta/releases/tag/v0.7.3
This commit is contained in:
Maximilian Bosch 2021-02-18 15:44:52 +01:00
parent 7b41fd7bff
commit 0972cacdbe
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "vorta";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = "borgbase";
repo = "vorta";
rev = "v${version}";
sha256 = "1amq0fz3xrnxplzd6ih2azx6b4k1w496kcr7f8agfp617f5rkwa5";
sha256 = "sha256-nnnGqkT4sAunaT7GPysYQGeV34ZrRFaHK/gJRafvR3U=";
};
postPatch = ''