xandikos: 0.1.0 -> 0.2.1

This commit is contained in:
0x4A6F 2020-05-05 17:52:52 +02:00
parent afbab5a3f3
commit 3b5a1e4591
No known key found for this signature in database
GPG Key ID: 8DEDBA5BE07080E1

View File

@ -5,20 +5,23 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "xandikos"; pname = "xandikos";
version = "0.1.0"; version = "0.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jelmer"; owner = "jelmer";
repo = "xandikos"; repo = "xandikos";
rev = "v${version}"; rev = "v${version}";
sha256 = "12r8fciid2qpqf054584ywwh49yddyhhpkpcm6jihzyr5y2r4kn1"; sha256 = "0bcihkfi75wg0s2an2hysrcrg6pbqqclia53l0vhkzg9b5b8cga1";
}; };
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
aiohttp
dulwich dulwich
defusedxml defusedxml
icalendar icalendar
jinja2 jinja2
multidict
prometheus_client
]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {