xandikos: 0.12.1 -> 0.12.2 (#352604)

* xandikos: 0.2.11 -> 0.2.12

* xandikos: move to pkgs/by-name
This commit is contained in:
0x4A6F 2024-11-06 15:31:15 +01:00 committed by GitHub
parent 907abd31df
commit 1f53d0a9f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 14 deletions

View File

@ -1,6 +1,5 @@
{
fetchFromGitHub,
fetchpatch2,
lib,
nixosTests,
python3Packages,
@ -8,7 +7,7 @@
python3Packages.buildPythonApplication rec {
pname = "xandikos";
version = "0.2.11";
version = "0.2.12";
pyproject = true;
disabled = python3Packages.pythonOlder "3.9";
@ -17,18 +16,9 @@ python3Packages.buildPythonApplication rec {
owner = "jelmer";
repo = "xandikos";
rev = "refs/tags/v${version}";
hash = "sha256-cBsceJ6tib8OYx5L2Hv2AqRS+ADRSLIuJGIULNpAmEI=";
hash = "sha256-wdEwIVN9dkLVj8oe+2eh5n258pZRfKgLgzVCmwafCis=";
};
patches = [
(fetchpatch2 {
name = "fix-compatibility-with-icalendar-v6.patch";
url = "https://github.com/jelmer/xandikos/commit/ae8924c374ed86b2efde5bfbc75e56f6d8318086.patch";
excludes = [ "requirements.txt" ];
hash = "sha256-PCKo5C6Ejw9ZsFFLAMw1ZtMoCq9gJxR65K7CM6RUYwU=";
})
];
build-system = with python3Packages; [
setuptools
];

View File

@ -23331,8 +23331,6 @@ with pkgs;
x265 = callPackage ../development/libraries/x265 { };
xandikos = callPackage ../servers/xandikos { };
inherit (callPackages ../development/libraries/xapian { })
xapian_1_4;
xapian = xapian_1_4;