python3Packages.fsspec: 2021.07.0 -> 2021.08.1

This commit is contained in:
Fabian Affolter 2021-09-10 15:24:50 +02:00
parent 8b0f315b76
commit 64e5e56382

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "fsspec";
version = "2021.07.0";
version = "2021.08.1";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "intake";
repo = "filesystem_spec";
rev = version;
hash = "sha256-I0oR7qxMCB2egyOx69hY0++H7fzCdK3ZyyzCvP3yXAs=";
sha256 = "0xxzcp69div1sy975x82k754snbsksyqr73h6jiasdxj8wka49s0";
};
propagatedBuildInputs = [