python310Packages.fuse: 1.0.4 -> 1.0.5

This commit is contained in:
R. Ryantm 2022-04-25 16:25:41 +00:00
parent c3c33251e2
commit d14db18fc7

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "fuse-python";
version = "1.0.4";
version = "1.0.5";
src = fetchPypi {
inherit pname version;
sha256 = "b9a69c38b3909ffd35d77cb1a73ebfdc3a103a6d4cdd20c86c70ed1141771580";
sha256 = "sha256-dOX/szaCu6mlrypaBI9Ht+e0ZOv4QpG/WiWL+60Do6o=";
};
buildInputs = [ fuse ];