duplicity: 3.0.2 -> 3.0.3.1
This commit is contained in:
parent
811c0af5f5
commit
869c1dda10
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user