python312Packages.llfuse: 1.5.0 -> 1.5.1

This commit is contained in:
R. Ryantm
2024-08-31 18:58:31 +02:00
committed by Bjørn Forsman
parent 9b46189a90
commit b3ed350797
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "llfuse";
version = "1.5.0";
version = "1.5.1";
format = "pyproject";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "python-llfuse";
repo = "python-llfuse";
rev = "refs/tags/release-${version}";
hash = "sha256-6/iW5eHmX6ODVPLFkOo3bN9yW8ixqy2MHwQ2r9FA0iI=";
hash = "sha256-wni/b1hEn6/G0RszCJi+wmBHx6F0Ov1cZ/sRf8PLmps=";
};
nativeBuildInputs = [