borgmatic: 1.6.4 -> 1.7.2

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2022-09-10 13:06:02 +02:00 committed by Bjørn Forsman
parent 3e2341b082
commit 4886df0aea

View File

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