3
0
Fork 0
forked from mirrors/nixpkgs

xandikos: 0.2.6 -> 0.2.8

This commit is contained in:
0x4A6F 2022-01-19 00:19:05 +01:00
parent ec938613e0
commit cfa1329c22
No known key found for this signature in database
GPG key ID: 8DEDBA5BE07080E1

View file

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "xandikos";
version = "0.2.6";
version = "0.2.8";
src = fetchFromGitHub {
owner = "jelmer";
repo = "xandikos";
rev = "v${version}";
sha256 = "sha256-Epy6NWtRY2Oj4MHTStdv8ZJ5SvSmUo6IlwL5PJV9pD0=";
sha256 = "sha256-KDDk0QSOjwivJFz3vLk+g4vZMlSuX2FiOgHJfDJkpwg=";
};
propagatedBuildInputs = with python3Packages; [