borgmatic: 1.7.9 -> 1.7.14

This commit is contained in:
Dawid Dziurla
2023-06-06 08:59:29 +02:00
parent 0ce0c7310e
commit eb16dc66c1
+2 -2
View File
@@ -13,11 +13,11 @@
python3Packages.buildPythonApplication rec {
pname = "borgmatic";
version = "1.7.9";
version = "1.7.14";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-v3Qxwy7V6rqX90G4/Xp6mVTUkrqDXmudgh3th0GCjuk=";
sha256 = "sha256-rABJfdrV+D2v6yHpAbzj/0MSGc9bo49pwXEC45Mmmlk=";
};
nativeCheckInputs = with python3Packages; [ flexmock pytestCheckHook pytest-cov ];