Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #82055 from mweinelt/pr/19.09/borgbackup/1.1.11
Browse files Browse the repository at this point in the history
[19.09] borgbackup: 1.1.10 → 1.1.11
  • Loading branch information
flokli committed Mar 8, 2020
2 parents a81842b + 055bc68 commit 92231f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/backup/borg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

python3.pkgs.buildPythonApplication rec {
pname = "borgbackup";
version = "1.1.10";
version = "1.1.11";

src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "1pp70p4n5kamvcbl4d8021ggrxhyykmg9isjg4yd3wags8b19d7g";
sha256 = "190gjzx83b6p64nqj840x382dgz9gfv0gm7wj585lnkrpa90j29n";
};

nativeBuildInputs = with python3.pkgs; [
Expand Down Expand Up @@ -58,7 +58,7 @@ python3.pkgs.buildPythonApplication rec {
HOME=$(mktemp -d) py.test --pyargs borg.testsuite
'';

# 63 failures, needs pytest-benchmark
# 64 failures, needs pytest-benchmark
doCheck = false;

meta = with stdenv.lib; {
Expand Down

0 comments on commit 92231f4

Please sign in to comment.