python312Packages.fuse: 1.0.7 -> 1.0.9

This commit is contained in:
FliegendeWurst
2025-01-12 15:29:43 +01:00
parent 2d6c5e4976
commit c27cd9ea13
@@ -10,12 +10,13 @@
buildPythonPackage rec {
pname = "fuse-python";
version = "1.0.7";
version = "1.0.9";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-MhiAY2UkCM1HKuu2+S0135LIu0IAk3H4yJJ7s35r3Rs=";
inherit version;
pname = "fuse_python";
hash = "sha256-ntWVd8NqshjXAKooOfAh8SwlKzVxhgV1crmOGbwqhYk=";
};
postPatch = ''