Unverified Commit 8b227d5b authored by dish's avatar dish Committed by GitHub
Browse files

duplicity: 3.0.5.1 -> 3.0.6.2 (#464034)

parents 932c423b 40d3d95a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@
let
  self = python3.pkgs.buildPythonApplication rec {
    pname = "duplicity";
    version = "3.0.5.1";
    version = "3.0.6.2";
    format = "setuptools";

    src = fetchFromGitLab {
      owner = "duplicity";
      repo = "duplicity";
      rev = "rel.${version}";
      hash = "sha256-fL4rvXcLKfEXuy5LKpFjFu+P3be7/T342+BgeO/dfp8=";
      hash = "sha256-S0bfE7ddfUsqhobbldu8RSVsOKHtq2ijL/PgDB5e+sw=";
    };

    patches = [