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:
parent
e78fd23564
commit
d01c4fe3fc
|
@ -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 ];
|
||||
|
|
Loading…
Reference in New Issue