borgmatic: 1.6.4 -> 1.7.2
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
3e2341b082
commit
4886df0aea
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "borgmatic";
|
pname = "borgmatic";
|
||||||
version = "1.6.4";
|
version = "1.7.2";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-2kQ+KO69RxpIQkrkD6n7l9ti9ITwdpHYK7LuXYUo3ck=";
|
sha256 = "sha256-0o2tKg7BfhkNt/k8XdZ1agaSJxKO5OxB5aaRgV9IPeU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = with python3Packages; [ flexmock pytestCheckHook pytest-cov ];
|
checkInputs = with python3Packages; [ flexmock pytestCheckHook pytest-cov ];
|
||||||
|
|
Loading…
Reference in a new issue