python3Packages.pyfuse3: 3.4.0 -> 3.4.1

This commit is contained in:
R. Ryantm
2025-12-23 22:46:12 +00:00
parent 4b7ac64440
commit 6f815bee6f
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyfuse3";
version = "3.4.0";
version = "3.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "libfuse";
repo = "pyfuse3";
tag = version;
hash = "sha256-J4xHiaV8GCtUQ9GJS8YRXpMsuzuwbtnzspvuIonHT24=";
hash = "sha256-gDTNOL0VxhndCcCxks5OSr3U0iR3+bQsegAR1P2joeU=";
};
postPatch = ''