Merge pull request #233469 from dawidd6/bump-borgmatic

borgmatic: 1.7.9 -> 1.7.14
This commit is contained in:
Weijia Wang 2023-06-14 13:04:00 +03:00 committed by GitHub
commit 6d1d80a232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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