python310Packages.fuse: 1.0.4 -> 1.0.5
This commit is contained in:
parent
c3c33251e2
commit
d14db18fc7
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user