duplicity: 2.2.3 -> 3.0.2

This commit is contained in:
R. Ryantm
2024-08-19 08:53:13 +00:00
parent 625941e1a9
commit 2d421238d7
+2 -2
View File
@@ -20,13 +20,13 @@
let self = python3.pkgs.buildPythonApplication rec {
pname = "duplicity";
version = "2.2.3";
version = "3.0.2";
src = fetchFromGitLab {
owner = "duplicity";
repo = "duplicity";
rev = "rel.${version}";
hash = "sha256-4IwKqXlG7jh1siuPT5pVgiYB+KlmCzF6+OMPT3I3yTQ=";
hash = "sha256-qY6J0t6mgrbEojlKxpVFfsVhffjrAxc8R9Z/Klrp7wE=";
};
patches = [