Merge pull request #223053 from e1mo/borgmatic-1-7-9

borgmatic: 1.7.8 -> 1.7.9
This commit is contained in:
Nick Cao 2023-03-25 21:13:10 +08:00 committed by GitHub
commit f8c0eed073
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.8";
version = "1.7.9";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "sha256-+lYyCPKgaWZPUkIGjgmBES6vg1ZbgZ5b6WKmpqAcyhM=";
sha256 = "sha256-v3Qxwy7V6rqX90G4/Xp6mVTUkrqDXmudgh3th0GCjuk=";
};
nativeCheckInputs = with python3Packages; [ flexmock pytestCheckHook pytest-cov ];