python3Packages.mfusepy: 3.1.0 -> 3.1.1 (#501775)

This commit is contained in:
Martin Weinelt
2026-04-18 11:13:05 +00:00
committed by GitHub
@@ -8,7 +8,7 @@
}:
let
version = "3.1.0";
version = "3.1.1";
in
buildPythonPackage {
pname = "mfusepy";
@@ -19,7 +19,7 @@ buildPythonPackage {
owner = "mxmlnkn";
repo = "mfusepy";
tag = "v${version}";
hash = "sha256-HOibpS6lbrIwhdnbML9nLK9XUo8ILDqAp8ZjGiMKYMQ=";
hash = "sha256-k7CxATpFTIZfQxnz8aYuyeooFY64JZl7Z8jfH2CtehM=";
};
# If fuse library path cannot be found, use fuse library path in nixpkgs