Merge pull request #97268 from StephenWithPH/duplicity_0.8.15

duplicity: 0.8.13 -> 0.8.15
This commit is contained in:
Sandro
2020-12-29 14:45:18 +01:00
committed by GitHub
2 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -19,11 +19,11 @@ let
in
pythonPackages.buildPythonApplication rec {
pname = "duplicity";
version = "0.8.13";
version = "0.8.15";
src = fetchurl {
url = "https://code.launchpad.net/duplicity/${majorMinor version}-series/${majorMinorPatch version}/+download/duplicity-${version}.tar.gz";
sha256 = "0lflg1ay4q4w9qzpmh6y2hza4fc3ig12q44qkd80ks17hj21bxa6";
sha256 = "1kg467mxg5a97v1rlv4shk32krgv8ys4nczq4b11av4bp1lgysdc";
};
patches = [