python3Packages.gguf: 0.16.3 -> 0.17.1
This commit is contained in:
parent
379f765fb8
commit
97df806e12
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user