python3Packages.consolekit: 1.11.0 -> 1.12.0

https://github.com/domdfcoding/consolekit/releases/tag/v1.12.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:33 +01:00
parent a0acdf3809
commit f1f60ab6c7
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "consolekit";
version = "1.11.0";
version = "1.12.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-PZGrN5GJVtDruZkW3bJJpOfTi1nT3lN6XoBaaMLJE8E=";
hash = "sha256-IOyOjl2rSsXSowbBWTgDTxoj1UOFNn0el2wrJxIE2BQ=";
};
build-system = [ flit-core ];