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 {
pname = "xandikos";
version = "0.1.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "jelmer";
repo = "xandikos";
rev = "v${version}";
sha256 = "12r8fciid2qpqf054584ywwh49yddyhhpkpcm6jihzyr5y2r4kn1";
sha256 = "0bcihkfi75wg0s2an2hysrcrg6pbqqclia53l0vhkzg9b5b8cga1";
};
propagatedBuildInputs = with python3Packages; [
aiohttp
dulwich
defusedxml
icalendar
jinja2
multidict
prometheus_client
];
meta = with stdenv.lib; {