python3Packages.krb5: 0.9.0 -> 0.10.0

https://github.com/jborean93/pykrb5/blob/v0.10.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:31 +02:00
parent a784fc9480
commit 92e582fc65

View File

@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "krb5";
version = "0.9.0";
version = "0.10.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-TN0shf9HcBCO2vSP7fGYiM+Vb/N04ul+QPhBKwSMruY=";
hash = "sha256-j0cRoKsR7kP9pWc3HvbZSHr9vU8VbKCT6Pswb0zGha4=";
};
postPatch = ''