xandikos: 0.2.10 -> 0.2.11

This commit is contained in:
R. Ryantm 2024-04-02 17:39:42 +00:00
parent 4b455dc204
commit 37e76f64d7
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
python3Packages.buildPythonApplication rec {
pname = "xandikos";
version = "0.2.10";
version = "0.2.11";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.9";
@ -14,8 +14,8 @@ python3Packages.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "jelmer";
repo = "xandikos";
rev = "v${version}";
hash = "sha256-SqU/K3b8OML3PvFmP7L5R3Ub9vbW66xRpf79mgFZPfc=";
rev = "refs/tags/v${version}";
hash = "sha256-cBsceJ6tib8OYx5L2Hv2AqRS+ADRSLIuJGIULNpAmEI=";
};
nativeBuildInputs = with python3Packages; [