radicale: 3.0.3 -> 3.0.5

gstqt5
Robert Schütz 2020-08-31 20:29:56 +02:00 committed by Jon
parent 259aaf6abf
commit a38a9590d8
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "radicale";
version = "3.0.3";
version = "3.0.5";
# No tests in PyPI tarball
src = fetchFromGitHub {
owner = "Kozea";
repo = "Radicale";
rev = version;
sha256 = "170mqxlnfzx15img4wb71axq9cnxwllk5cabsv8i008q7wyjqp0n";
sha256 = "0w8qkjm7b62cr49dbis41kvv3179sfmvvzlhlc0rbqss6vmwbq4p";
};
propagatedBuildInputs = with python3.pkgs; [