python3Packages.kuzu: 0.11.1 -> 0.11.2

This commit is contained in:
R. Ryantm
2025-08-22 07:30:08 +00:00
parent 4e49fa427e
commit 5338752e38
@@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "kuzu";
version = "0.11.1";
version = "0.11.2";
src = fetchPypi {
inherit pname version;
hash = "sha256-H3lqQYEGVqswk955lKBUpmVn69scg40UUlss54w/PfE=";
hash = "sha256-nyJOwhirFloYrK6pA2lXeXgNcDNbr0Atm39ZujidsL0=";
};
pyproject = true;