python3Packages.gguf: 0.16.2 -> 0.16.3

This commit is contained in:
R. Ryantm
2025-05-12 05:18:32 +00:00
parent e09a2cada9
commit 30bceb2da6
@@ -11,14 +11,14 @@
}:
buildPythonPackage rec {
pname = "gguf";
version = "0.16.2";
version = "0.16.3";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-D8lWKJow0PHzr9dewNST9zriYpo/IfOEbdFofYeRx8E=";
hash = "sha256-7muCe/g8iZ/oJ2vsJ2xDpvaxyLgCfvvr+kyPqFKl09U=";
};
dependencies = [