borgmatic: 1.7.14 -> 1.7.15
This commit is contained in:
parent
4d430caa76
commit
ed37420ca7
1 changed files with 3 additions and 2 deletions
|
@ -13,11 +13,11 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "borgmatic";
|
||||
version = "1.7.14";
|
||||
version = "1.7.15";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-rABJfdrV+D2v6yHpAbzj/0MSGc9bo49pwXEC45Mmmlk=";
|
||||
sha256 = "sha256-esTvcybCPTayA9LCSukNc9ba8eGCTyjB883eZYy91II=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = with python3Packages; [ flexmock pytestCheckHook pytest-cov ];
|
||||
|
@ -34,6 +34,7 @@ python3Packages.buildPythonApplication rec {
|
|||
borgbackup
|
||||
colorama
|
||||
jsonschema
|
||||
packaging
|
||||
ruamel-yaml
|
||||
requests
|
||||
setuptools
|
||||
|
|
Loading…
Reference in a new issue