1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

duplicity: 0.8.15 -> 0.8.17

This commit is contained in:
StephenWithPH 2021-01-01 14:25:55 -08:00
parent 952b3f9651
commit 28ed82c18e
No known key found for this signature in database
GPG key ID: 00D80E6A83C90F2C

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 = [