diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-01-14 10:30:54 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2024-01-14 10:30:54 +0000 |
| commit | d8ea99bd3572eda27b040c966dea7bce78766873 (patch) | |
| tree | 5f6f521921d3ad73bee322f22844e2bd71341e40 /pkgs/development/python-modules/fuse-python | |
| parent | dd5621df6dcb90122b50da5ec31c411a0de3e538 (diff) | |
python311Packages.fuse: 1.0.5 -> 1.0.7
Diffstat (limited to 'pkgs/development/python-modules/fuse-python')
| -rw-r--r-- | pkgs/development/python-modules/fuse-python/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/fuse-python/default.nix b/pkgs/development/python-modules/fuse-python/default.nix index 87f075460caf..8bcb486a6311 100644 --- a/pkgs/development/python-modules/fuse-python/default.nix +++ b/pkgs/development/python-modules/fuse-python/default.nix @@ -2,12 +2,12 @@ buildPythonPackage rec { pname = "fuse-python"; - version = "1.0.5"; + version = "1.0.7"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-dOX/szaCu6mlrypaBI9Ht+e0ZOv4QpG/WiWL+60Do6o="; + hash = "sha256-MhiAY2UkCM1HKuu2+S0135LIu0IAk3H4yJJ7s35r3Rs="; }; buildInputs = [ fuse ]; |
