borgmatic: 1.7.9 -> 1.7.14

This commit is contained in:
Dawid Dziurla 2023-05-22 20:53:46 +02:00
parent 0ce0c7310e
commit eb16dc66c1
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

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 ];