borgmatic: 1.7.8 -> 1.7.9

This commit is contained in:
Moritz 'e1mo' Fromm 2023-03-25 11:55:59 +01:00
parent b944d5859e
commit 20309b8dc8
No known key found for this signature in database
GPG Key ID: 1D5D79A439E787F1

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