python36Packages.fusepy: 2.0.4 -> 3.0.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-fusepy/versions
This commit is contained in:
R. RyanTM 2018-10-24 07:00:51 -07:00
parent 86c7662be0
commit 47a082dbab
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "fusepy";
version = "2.0.4";
version = "3.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "0v5grm4zyf58hsplwsxfbihddw95lz9w8cy3rpzbyha287swgx8h";
sha256 = "1gg69qfi9pjcic3g98l8ya64rw2vc1bp8gsf76my6gglq8z7izvj";
};
propagatedBuildInputs = [ pkgs.fuse ];