whichllm: 0.5.7 -> 0.5.9

(cherry picked from commit b4e664f092)
This commit is contained in:
R. Ryantm 2026-06-11 05:54:46 +00:00 committed by github-actions[bot]
commit 29e61199e0

View file

@ -7,7 +7,7 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "whichllm";
version = "0.5.7";
version = "0.5.9";
pyproject = true;
__structuredAttrs = true;
@ -15,7 +15,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
owner = "Andyyyy64";
repo = "whichllm";
tag = "v${finalAttrs.version}";
hash = "sha256-UvhCSC9tKpdgXFCMGn0HWM0kuHhXSauEr/ys/9PUIRs=";
hash = "sha256-TWDAg/AM0fg8oQj4To+Ht/DVIi9SieNMyYfQMsbKRtI=";
};
build-system = with python3Packages; [ hatchling ];