duplicity: 3.0.6.3 -> 3.0.7 (#477378)

This commit is contained in:
David McFarland
2026-01-06 12:52:08 +00:00
committed by GitHub
+2 -2
View File
@@ -22,14 +22,14 @@
let
self = python3.pkgs.buildPythonApplication rec {
pname = "duplicity";
version = "3.0.6.3";
version = "3.0.7";
format = "setuptools";
src = fetchFromGitLab {
owner = "duplicity";
repo = "duplicity";
rev = "rel.${version}";
hash = "sha256-WY2pQlWlqdsFGONUBdAoJM1sNr+Hu496pThhn8IKSXE=";
hash = "sha256-t2YFp/AuQ9xKZSPmNA/IuQYNOcnPO0l8xhXyLBKSuqA=";
};
patches = [