Merge pull request #304998 from r-ryantm/auto-update/borgmatic

borgmatic: 1.8.9 -> 1.8.10
This commit is contained in:
Mario Rodas 2024-04-21 19:13:10 -05:00 committed by GitHub
commit 6718453294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@
python3Packages.buildPythonApplication rec {
pname = "borgmatic";
version = "1.8.9";
version = "1.8.10";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-YfDV2BJzi2DVi/eoWg3KeqmJjUv5+TrLpYdF8R7YuPY=";
sha256 = "sha256-hR2q49gCD9BZsk+jQ90EfKkkq7mX9qAO+gRsvdnuDec=";
};
nativeCheckInputs = with python3Packages; [ flexmock pytestCheckHook pytest-cov ] ++ passthru.optional-dependencies.apprise;