Unverified Commit a9503707 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents 65580d86 ccc3d60e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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