python313Packages.msldap: 0.5.14 -> 0.5.15

Changelog: https://github.com/skelsec/msldap/releases/tag/0.5.15
This commit is contained in:
Fabian Affolter
2025-06-09 09:20:01 +02:00
parent 0b35f05269
commit 7ae33947c1
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "msldap";
version = "0.5.14";
version = "0.5.15";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZvPLaO/gALIhqIzsP687ERmkkRsQGDiDmhFszRX7YlQ=";
hash = "sha256-uAJKLAVZFY7EB8tjFyAezINicki6ruzuXf1EGcp3Pj0=";
};
build-system = [ setuptools ];