python3Packages.python-kadmin-rs: 0.7.0 -> 0.7.2 (#518744)

This commit is contained in:
Michael Daniels 2026-05-23 18:24:25 +00:00 committed by GitHub
commit 64c08a7ca0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,19 +10,19 @@
}:
buildPythonPackage rec {
pname = "python-kadmin-rs";
version = "0.7.0";
version = "0.7.2";
pyproject = true;
src = fetchFromGitHub {
owner = "authentik-community";
repo = "kadmin-rs";
rev = "kadmin/version/${version}";
hash = "sha256-7aRbpQblRFoCmuZJgm2mrGoUNL0BBcIpzlKblCnHVPc=";
hash = "sha256-zl0N6cIcRFsShKOc3aazYsTlEBXpnymP9nsdaBky1OE=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
hash = "sha256-dzTcB5GfeUbgikznq4YFEzZ75z0zvz4I1/+5UCQ0e2o=";
hash = "sha256-NXPc8hssmMXcmuK15oF5CIV+cUAmRoml6BXYhIkRdvI=";
};
# The include directories of krb5 and heimdal contain overlapping paths.