xandikos: 0.2.2 -> 0.2.3

This commit is contained in:
0x4A6F 2020-07-30 21:29:29 +02:00
parent a45f68ccac
commit f51ada1387
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.2";
version = "0.2.3";
src = fetchFromGitHub {
owner = "jelmer";
repo = "xandikos";
rev = "v${version}";
sha256 = "1b75r3ipjmk48nvc99zib8gc8xpsb3m0ssg7k0am3zmryi7i19h7";
sha256 = "1x0bylmdizirvlcn6ryd43lffpmlq0cklj3jz956scmxgq4p6wby";
};
propagatedBuildInputs = with python3Packages; [