python312Packages.fnllm: 0.0.12 -> 0.0.13

This commit is contained in:
Fabian Affolter
2024-12-21 21:40:44 +01:00
parent 81629effd3
commit eb452887df
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "fnllm";
version = "0.0.12";
version = "0.0.13";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-qWZ//i1Xd6vWp3TlZz+TNJQGb1Ym8/edn4BV8e5wkjM=";
hash = "sha256-2wnYlnen+B69BiBhRApttK6ixEqPbruRcPjcJEKC5kk=";
};
build-system = [ hatchling ];