Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

borgbackup: 1.1.5 -> 1.1.6 #41845

Merged
merged 1 commit into from
Jun 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 2 additions & 7 deletions pkgs/tools/backup/borg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@

python3Packages.buildPythonApplication rec {
pname = "borgbackup";
version = "1.1.5";
version = "1.1.6";

src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "4356e6c712871f389e3cb1d6382e341ea635f9e5c65de1cd8fcd103d0fb66d3d";
sha256 = "a1d2e474c85d3ad3d59b3f8209b5549653c88912082ea0159d27a2e80c910930";
};

postPatch = ''
# loosen constraint on msgpack version, only 0.5.0 had problems
sed -i "s/'msgpack-python.*'/'msgpack-python'/g" setup.py
'';

nativeBuildInputs = with python3Packages; [
# For building documentation:
sphinx guzzle_sphinx_theme
Expand Down