radicale: 3.0.5 -> 3.0.6

This commit is contained in:
Robert Schütz 2021-01-16 10:48:32 +01:00
parent 257cbbcd3a
commit 470fc224b7
1 changed files with 6 additions and 9 deletions

View File

@ -1,15 +1,12 @@
{ lib, python3, fetchFromGitHub }: { lib, python3 }:
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "radicale"; pname = "Radicale";
version = "3.0.5"; version = "3.0.6";
# No tests in PyPI tarball src = python3.pkgs.fetchPypi {
src = fetchFromGitHub { inherit pname version;
owner = "Kozea"; sha256 = "a9433d3df97135d9c02cec8dde4199444daf1b73ad161ded398d67b8e629fdc6";
repo = "Radicale";
rev = version;
sha256 = "0w8qkjm7b62cr49dbis41kvv3179sfmvvzlhlc0rbqss6vmwbq4p";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [