Merge pull request #108176 from StephenWithPH/duplicity-0.8.17

duplicity: 0.8.15 -> 0.8.17
This commit is contained in:
Sandro 2021-01-31 19:40:39 +01:00 committed by GitHub
commit 4f93b4c80d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,11 @@ let
in
pythonPackages.buildPythonApplication rec {
pname = "duplicity";
version = "0.8.15";
version = "0.8.17";
src = fetchurl {
url = "https://code.launchpad.net/duplicity/${majorMinor version}-series/${majorMinorPatch version}/+download/duplicity-${version}.tar.gz";
sha256 = "1kg467mxg5a97v1rlv4shk32krgv8ys4nczq4b11av4bp1lgysdc";
sha256 = "114rwkf9b3h4fcagrx013sb7krc4hafbwl9gawjph2wd9pkv2wx2";
};
patches = [