borgmatic: 1.5.18 -> 1.6.3

This commit is contained in:
kilianar 2022-06-23 12:58:43 +02:00
parent 7ac7b45c43
commit f2a21b750d

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "borgmatic";
version = "1.5.18";
version = "1.6.3";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "sha256-dX1U1zza8zMhDiTLE+DgtN6RLRciLks4NDOukpKH/po=";
sha256 = "sha256-CLScfmv0Jp4nfKAQvaq3XdYxNl9pDfEi5hz1ybikWDc=";
};
checkInputs = with python3Packages; [ flexmock pytestCheckHook pytest-cov ];