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

python310Packages.fuse: 1.0.4 -> 1.0.5
main
Fabian Affolter 2 years ago committed by GitHub
commit 52f7144867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/fuse-python/default.nix

@ -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…
Cancel
Save