xandikos: 0.2.1 -> 0.2.2

This commit is contained in:
0x4A6F 2020-06-04 20:51:34 +02:00
parent 79df7e6d94
commit b51258e721
No known key found for this signature in database
GPG key ID: 8DEDBA5BE07080E1

View file

@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "xandikos";
version = "0.2.1";
version = "0.2.2";
src = fetchFromGitHub {
owner = "jelmer";
repo = "xandikos";
rev = "v${version}";
sha256 = "0bcihkfi75wg0s2an2hysrcrg6pbqqclia53l0vhkzg9b5b8cga1";
sha256 = "1b75r3ipjmk48nvc99zib8gc8xpsb3m0ssg7k0am3zmryi7i19h7";
};
propagatedBuildInputs = with python3Packages; [