python312Packages.krb5: 0.6.0 -> 0.7.0 ()

This commit is contained in:
OTABI Tomoya 2024-10-04 22:04:35 +09:00 committed by GitHub
commit 3ed89c3442
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "krb5";
version = "0.6.0";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-cSugkvvjoo7BiCC7Gx7SzBA3t1xccDP5cMaoyXu9Egk=";
hash = "sha256-ajCPLhfRUcOVsk5q7Hvf9qVv42J6MgQvyG1BI5ipLd0=";
};
build-system = [