Merge pull request #233473 from dotlambda/llfuse-1.4.4

python310Packages.llfuse: 1.4.3 -> 1.4.4
This commit is contained in:
Weijia Wang 2023-05-23 01:15:19 +03:00 committed by GitHub
commit 775d937ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "llfuse";
version = "1.4.3";
version = "1.4.4";
format = "pyproject";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "python-llfuse";
repo = "python-llfuse";
rev = "refs/tags/release-${version}";
hash = "sha256-37l6HrAKrXtEhlWTIdlw3L6wCGeOA7IW/aaJn3wf4QY=";
hash = "sha256-qsnmhnZsK0j9dPhXT9mymQTzVHmmGnB5vgONatxDLIo=";
};
nativeBuildInputs = [ cython pkg-config setuptools ];