Skip to content

Commit

Permalink
radicale: 3.2.3 -> 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored and erictapen committed Oct 14, 2024
1 parent 1d6675e commit 0ebf6d5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pkgs/by-name/ra/radicale/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,16 @@

python3.pkgs.buildPythonApplication rec {
pname = "radicale";
version = "3.2.3";
version = "3.3.0";
pyproject = true;

src = fetchFromGitHub {
owner = "Kozea";
repo = "Radicale";
rev = "refs/tags/v${version}";
hash = "sha256-1IlnXVetQQuKBt6+QVKNeMM6qBQAiUhqc+4x3xOnSdE=";
hash = "sha256-S9/bPgItbr6rRr4WX+hmyU1RvKn5gz9FdZjYlr0hnd0=";
};

postPatch = ''
sed -i '/addopts/d' setup.cfg
'';

build-system = with python3.pkgs; [
setuptools
];
Expand All @@ -36,7 +32,7 @@ python3.pkgs.buildPythonApplication rec {
__darwinAllowLocalNetworking = true;

nativeCheckInputs = with python3.pkgs; [
pytest7CheckHook
pytestCheckHook
waitress
];

Expand Down

0 comments on commit 0ebf6d5

Please sign in to comment.