Merge pull request #219500 from Tom-Hubrecht/borgmatic

borgmatic: 1.7.6 -> 1.7.8
This commit is contained in:
Ryan Lahfa 2023-03-05 23:14:54 +01:00 committed by GitHub
commit a9b8812226
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "borgmatic";
version = "1.7.6";
version = "1.7.8";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "sha256-TNh0laNAyHkIZLC51hzchSIDvsHst2aPxoRdI6Mdr84=";
sha256 = "sha256-+lYyCPKgaWZPUkIGjgmBES6vg1ZbgZ5b6WKmpqAcyhM=";
};
nativeCheckInputs = with python3Packages; [ flexmock pytestCheckHook pytest-cov ];