borgmatic: 1.5.13 -> 1.5.18

This commit is contained in:
imlonghao 2021-09-10 23:34:56 +08:00
parent ccb488f580
commit c8e07973c8
No known key found for this signature in database
GPG key ID: 15B26377262268C1

View file

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "borgmatic";
version = "1.5.13";
version = "1.5.18";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "12390ffdg30ncc5k92pvagwbvnsh42xl35a3nagbskznyfd23mw3";
sha256 = "sha256-dX1U1zza8zMhDiTLE+DgtN6RLRciLks4NDOukpKH/po=";
};
checkInputs = with python3Packages; [ flexmock pytestCheckHook pytest-cov ];
@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [
borgbackup
colorama
pykwalify
jsonschema
ruamel_yaml
requests
setuptools