Merge pull request #170285 from r-ryantm/auto-update/python310Packages.fuse

python310Packages.fuse: 1.0.4 -> 1.0.5
This commit is contained in:
Fabian Affolter 2022-04-26 12:52:11 +02:00 committed by GitHub
commit 52f7144867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];