Merge pull request #89680 from mweinelt/borgbackup

borgbackup: 1.1.11 -> 1.1.13
This commit is contained in:
Maximilian Bosch 2020-06-07 23:06:35 +02:00 committed by GitHub
commit 1ea60ca783
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.11";
version = "1.1.13";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "190gjzx83b6p64nqj840x382dgz9gfv0gm7wj585lnkrpa90j29n";
sha256 = "089q3flmwbz7dc28zlscwylf64kgck3jf1n6lqpwww8hlrk8cjhn";
};
nativeBuildInputs = with python3.pkgs; [