duplicity: 3.0.2 -> 3.0.3.1

This commit is contained in:
R. Ryantm 2024-11-22 21:50:30 +00:00
parent 811c0af5f5
commit 869c1dda10

View File

@ -20,13 +20,13 @@
let self = python3.pkgs.buildPythonApplication rec { let self = python3.pkgs.buildPythonApplication rec {
pname = "duplicity"; pname = "duplicity";
version = "3.0.2"; version = "3.0.3.1";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "duplicity"; owner = "duplicity";
repo = "duplicity"; repo = "duplicity";
rev = "rel.${version}"; rev = "rel.${version}";
hash = "sha256-qY6J0t6mgrbEojlKxpVFfsVhffjrAxc8R9Z/Klrp7wE="; hash = "sha256-s8yPmuGivvmqAKsdaGouP/UoK6Ea27HjvSm39eQuKF0=";
}; };
patches = [ patches = [