Merge pull request #301007 from r-ryantm/auto-update/xandikos

xandikos: 0.2.10 -> 0.2.11
This commit is contained in:
Weijia Wang 2024-04-03 10:37:50 +02:00 committed by GitHub
commit 213b1a46b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; [