Merge pull request #179009 from kilianar/borgmatic

This commit is contained in:
Martin Weinelt 2022-06-26 01:07:46 +02:00 committed by GitHub
commit 789aad1584
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.6.3";
version = "1.6.4";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "sha256-CLScfmv0Jp4nfKAQvaq3XdYxNl9pDfEi5hz1ybikWDc=";
sha256 = "sha256-2kQ+KO69RxpIQkrkD6n7l9ti9ITwdpHYK7LuXYUo3ck=";
};
checkInputs = with python3Packages; [ flexmock pytestCheckHook pytest-cov ];