summary refs log tree commit diff
path: root/pkgs/development/python-modules/fuse-python
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-21 07:02:41 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-22 07:37:47 -0800
commit1bafaad6e72c71a67a1084274816c3520837fd7e (patch)
tree05e24c5c6694b4c2e1a7d6efe2cf7b951415aa33 /pkgs/development/python-modules/fuse-python
parent766fb6a513933d8016e64891693855abaef13f7b (diff)
downloadnixpkgs-1bafaad6e72c71a67a1084274816c3520837fd7e.tar
nixpkgs-1bafaad6e72c71a67a1084274816c3520837fd7e.tar.gz
nixpkgs-1bafaad6e72c71a67a1084274816c3520837fd7e.tar.bz2
nixpkgs-1bafaad6e72c71a67a1084274816c3520837fd7e.tar.lz
nixpkgs-1bafaad6e72c71a67a1084274816c3520837fd7e.tar.xz
nixpkgs-1bafaad6e72c71a67a1084274816c3520837fd7e.tar.zst
nixpkgs-1bafaad6e72c71a67a1084274816c3520837fd7e.zip
python37Packages.fuse: 1.0.0 -> 1.0.1
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 da9ad934032..0b2fe3cb8f5 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.0";
+  version = "1.0.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "cbaa21c8f0a440302d1ba9fd57a80cf9ff227e5a3820708a8ba8450db883cc05";
+    sha256 = "da42d4f596a2e91602bcdf46cc51747df31c074a3ceb78bccc253c483a8a75fb";
   };
 
   buildInputs = [ fuse ];