borgmatic: 1.8.9 -> 1.8.10

This commit is contained in:
R. Ryantm 2024-04-18 07:02:49 +00:00
parent 457c341784
commit dde2c7e606
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;