python3Packages.gguf: 0.16.3 -> 0.17.1

This commit is contained in:
R. Ryantm 2025-06-21 21:10:41 +00:00
parent 379f765fb8
commit 97df806e12

View File

@ -11,14 +11,14 @@
}:
buildPythonPackage rec {
pname = "gguf";
version = "0.16.3";
version = "0.17.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7muCe/g8iZ/oJ2vsJ2xDpvaxyLgCfvvr+kyPqFKl09U=";
hash = "sha256-Nq1xqtkAo+dfyU6+lupgKfA6TkS+difvetPQPox7y1M=";
};
dependencies = [