borgmatic: 1.6.3 -> 1.6.4

This commit is contained in:
kilianar 2022-06-25 15:07:54 +02:00
parent 41c91c48ee
commit 42287fc8d6

View file

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