python312Packages.ms-active-directory: 1.14.0 -> 1.14.1

Diff: https://github.com/zorn96/ms_active_directory/compare/refs/tags/v1.14.0...v1.14.1

Changelog: https://github.com/zorn96/ms_active_directory/releases/tag/v1.14.1
This commit is contained in:
Fabian Affolter
2024-09-12 09:06:35 +02:00
parent 1da2d8d992
commit e3425c65d6
@@ -3,7 +3,6 @@
buildPythonPackage,
dnspython,
fetchFromGitHub,
fetchpatch,
ldap3,
pyasn1,
pycryptodome,
@@ -15,7 +14,7 @@
buildPythonPackage rec {
pname = "ms-active-directory";
version = "1.14.0";
version = "1.14.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -24,18 +23,9 @@ buildPythonPackage rec {
owner = "zorn96";
repo = "ms_active_directory";
rev = "refs/tags/v${version}";
hash = "sha256-E0GzKkpQU9pJ1a1N0NZjB2Q99yMlJkzNR0QzyiUzOpg=";
hash = "sha256-ZFIeG95+G9ofk54bYZpqu8uVfzjqsOrwWlIZvQgIWRI=";
};
patches = [
# Fix introduced syntax errors, https://github.com/zorn96/ms_active_directory/pull/88
(fetchpatch {
name = "fix-syntax.patch";
url = "https://github.com/zorn96/ms_active_directory/pull/88/commits/35da06a224b9bff6d36ddbd2dee8fdedab7e17bc.patch";
hash = "sha256-0WGyr3Q4vcfFU72fox3/3AdHCmjzf6jGCGPx5vhhUvM=";
})
];
build-system = [ setuptools ];
dependencies = [