duplicity: 3.0.4 -> 3.0.4.1 (#412652)

This commit is contained in:
David McFarland
2025-06-02 12:27:02 -03:00
committed by GitHub
+2 -2
View File
@@ -22,13 +22,13 @@
let
self = python3.pkgs.buildPythonApplication rec {
pname = "duplicity";
version = "3.0.4";
version = "3.0.4.1";
src = fetchFromGitLab {
owner = "duplicity";
repo = "duplicity";
rev = "rel.${version}";
hash = "sha256-FoaKuB0mo2RFksMHnIUx984+h/U0tdvk+bvsuYt3r5g=";
hash = "sha256-cVzGdn3a9/Kvu/QYWaTXJ1llkPRvj0g8qb7TUjennws=";
};
patches = [