Merge pull request #99914 from mweinelt/borg

borgbackup: 1.1.13 -> 1.1.14
This commit is contained in:
markuskowa 2020-10-08 23:21:29 +02:00 committed by GitHub
commit 4ab5d7ac52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "borgbackup";
version = "1.1.13";
version = "1.1.14";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "089q3flmwbz7dc28zlscwylf64kgck3jf1n6lqpwww8hlrk8cjhn";
sha256 = "1fpdj73cgp96xwasdcifxl7q2pr1my2f4vfdjpv771llri3hgfvx";
};
nativeBuildInputs = with python3.pkgs; [