summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/fuse-python
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-18 23:47:17 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-22 13:42:28 +0200
commit0df9ea6fc2cfd6890082b220c399fe292a96f8de (patch)
tree2985a5e0de36a41afc6fa56fd478947796421dfe /pkgs/development/python-modules/fuse-python
parent9a9d3b9461760c481b412df5c51250b97422d688 (diff)
python3Packages.fuse-python: 1.0.1 -> 1.0.4
Diffstat (limited to 'pkgs/development/python-modules/fuse-python')
-rw-r--r--pkgs/development/python-modules/fuse-python/default.nix4
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 14f2cb584ea8..f1bf6e39a069 100644
--- a/pkgs/development/python-modules/fuse-python/default.nix
+++ b/pkgs/development/python-modules/fuse-python/default.nix
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "fuse-python";
- version = "1.0.1";
+ version = "1.0.4";
src = fetchPypi {
inherit pname version;
- sha256 = "da42d4f596a2e91602bcdf46cc51747df31c074a3ceb78bccc253c483a8a75fb";
+ sha256 = "b9a69c38b3909ffd35d77cb1a73ebfdc3a103a6d4cdd20c86c70ed1141771580";
};
buildInputs = [ fuse ];