3
0
Fork 0
forked from mirrors/nixpkgs

duplicity: 0.7.17 -> 0.7.18

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/duplicity/versions.
This commit is contained in:
R. RyanTM 2018-08-24 11:21:59 -07:00
parent e78fd23564
commit d01c4fe3fc

View file

@ -2,11 +2,11 @@
python2Packages.buildPythonApplication rec {
name = "duplicity-${version}";
version = "0.7.17";
version = "0.7.18";
src = fetchurl {
url = "http://code.launchpad.net/duplicity/${stdenv.lib.versions.majorMinor version}-series/${version}/+download/${name}.tar.gz";
sha256 = "0jmh3h09680xyf33hzxxxl74bwz66zqhzvjlj7j89r9rz3qwa91p";
sha256 = "1qlika4l1k1nx8zr657ihcy0yzr1c1cdnjlbs325l5krvc3zbc5b";
};
buildInputs = [ librsync makeWrapper python2Packages.wrapPython ];