xandikos: 0.2.5 -> 0.2.6

This commit is contained in:
0x4A6F 2021-03-22 18:08:20 +01:00
parent 5a059bdf62
commit 1be6dbf3e5
No known key found for this signature in database
GPG key ID: 8DEDBA5BE07080E1

View file

@ -1,18 +1,17 @@
{ lib
, fetchFromGitHub
, python3Packages
, installShellFiles
}:
python3Packages.buildPythonApplication rec {
pname = "xandikos";
version = "0.2.5";
version = "0.2.6";
src = fetchFromGitHub {
owner = "jelmer";
repo = "xandikos";
rev = "v${version}";
sha256 = "sha256-/pr8ZqgYk24CdJNAETCDF4ZtufXkVEu1Zw25PcPEo7M=";
sha256 = "sha256-Epy6NWtRY2Oj4MHTStdv8ZJ5SvSmUo6IlwL5PJV9pD0=";
};
propagatedBuildInputs = with python3Packages; [
@ -25,12 +24,6 @@ python3Packages.buildPythonApplication rec {
prometheus_client
];
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
installManPage xandikos.1
'';
meta = with lib; {
description = "Lightweight CalDAV/CardDAV server";
homepage = "https://github.com/jelmer/xandikos";