python3Packages.python-ldap: 3.4.6 -> 3.4.7

https://github.com/python-ldap/python-ldap/releases/tag/python-ldap-3.4.7
This commit is contained in:
Martin Weinelt 2026-05-21 01:55:29 +02:00
commit 16d1c62a28

View file

@ -21,14 +21,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-ldap";
version = "3.4.6";
version = "3.4.7";
pyproject = true;
src = fetchFromGitHub {
owner = "python-ldap";
repo = "python-ldap";
tag = "python-ldap-${finalAttrs.version}";
hash = "sha256-j0viogO02O8G53ORq0u1U+B5I0mcpuB+E1Xvl7ZQKQw=";
hash = "sha256-uSP8c5gid5TBenBaNVdlteHatkctAafz6yFHuIYKiTY=";
};
build-system = [