Merge pull request #49016 from r-ryantm/auto-update/python3.6-fusepy

python36Packages.fusepy: 2.0.4 -> 3.0.1
This commit is contained in:
Jörg Thalheim 2018-10-25 17:56:04 +01:00 committed by GitHub
commit 1780ecb041
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];