Merge pull request #182022 from StephenWithPH/duplicity-0.8.23

duplicity: 0.8.20 -> 0.8.23

authored by Mario Rodas and committed by GitHub dd5795a0 5342fc6f

+2 -9
+2 -9
pkgs/tools/backup/duplicity/default.nix
··· 19 19 in 20 20 pythonPackages.buildPythonApplication rec { 21 21 pname = "duplicity"; 22 - version = "0.8.20"; 22 + version = "0.8.23"; 23 23 24 24 src = fetchFromGitLab { 25 25 owner = "duplicity"; 26 26 repo = "duplicity"; 27 27 rev = "rel.${version}"; 28 - sha256 = "13ghra0myq6h6yx8qli55bh8dg91nf1hpd8l7d7xamgrw6b188sm"; 28 + sha256 = "0my015zc8751smjgbsysmca7hvdm96cjw5zilqn3zq971nmmrksb"; 29 29 }; 30 30 31 31 patches = [ ··· 35 35 # Our Python infrastructure runs test in installCheckPhase so we need 36 36 # to make the testing code stop assuming it is run from the source directory. 37 37 ./use-installed-scripts-in-test.patch 38 - 39 - # https://gitlab.com/duplicity/duplicity/-/merge_requests/64 40 - # remove on next release 41 - (fetchpatch { 42 - url = "https://gitlab.com/duplicity/duplicity/-/commit/5c229a9b42f67257c747fbc0022c698fec405bbc.patch"; 43 - sha256 = "05v931rnawfv11cyxj8gykmal8rj5vq2ksdysyr2mb4sl81mi7v0"; 44 - }) 45 38 ] ++ lib.optionals stdenv.isLinux [ 46 39 # Broken on Linux in Nix' build environment 47 40 ./linux-disable-timezone-test.patch